forked from bgrins/bindWithDelay
-
Notifications
You must be signed in to change notification settings - Fork 0
jQuery Plugin For Delayed Event Execution
mkillebr/bindWithDelay
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
bindWithDelay jQuery plugin Author: Brian Grinstead MIT license: http://www.opensource.org/licenses/mit-license.php http://github.com/bgrins/bindWithDelay http://briangrinstead.com/files/bindWithDelay Usage: See http://api.jquery.com/bind/ .bindWithDelay( eventType, [ eventData ], handler(eventObject), timeout, throttle ) Examples: $("#foo").bindWithDelay("click", function(e) { }, 100); $(window).bindWithDelay("resize", { optional: "eventData" }, callback, 1000); $(window).bindWithDelay("resize", callback, 1000, true);
About
jQuery Plugin For Delayed Event Execution
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 75.9%
- HTML 17.6%
- CSS 6.5%