Skip to content

robcolburn/jquery-delayed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jquery-delayed

Because jQuery.fn.delay doesn't touch sync methods.

This is simply a jQuery.fn.delay wrapper for jQuery calls with

$('#temp')
  .delayed('addClass', 'bring-in-lights', 50)
  .delayed('addClass', 'bring-in-camera', 50)
  .delayed('removeClass', 'bring-in-lights', 50)
  .delayed('addClass', 'and-action', 50);

About

Because $.fn.delay doesn't touch sync methods

Resources

License

Stars

Watchers

Forks

Packages

No packages published