jquery-delayed

1.0.0 • Public • Published

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);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i jquery-delayed

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • robcolburn