Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
D
 debounce, jQuery
E
 Examples
F
 Functions
J
 jQuery throttle/debounce:Sometimes,less is more!
L
 License
N
 Note for non-jQuery users
R
 Release History
S
 Support and Testing
T
 throttle, jQuery
Debounce execution of a function.
These working examples, complete with fully commented code, illustrate a few ways in which this plugin can be used.
Version: 1.1, Last updated: 3/7/2010
Copyright © 2010 “Cowboy” Ben Alman, Dual licensed under the MIT and GPL licenses.
jQuery isn’t actually required for this plugin, because nothing internal uses any jQuery methods or properties.
Information about what version or versions of jQuery this plugin has been tested with, what browsers it has been tested in, and where the unit tests reside (so you can test it yourself).
Throttle execution of a function.
Close