libjs-jquery-throttle-debounce
library of rate-limit wrappers for functions
Description
jQuery throttle / debounce allows you to rate-limit your functions in multiple useful ways: * Passing a ‘delay’ and ‘callback’ to ‘$.throttle’ returns a new
function that will execute no more than once every ‘delay’
milliseconds.
* Passing a ‘delay’ and ‘callback’ to ‘$.debounce’ returns a new
function that will execute only once, coalescing multiple
sequential calls into a single execution at either the very
beginning or end.
jQuery isn’t actually required for this library, because nothing
internal uses any jQuery methods or properties. jQuery is just used
as a namespace under which these methods can exist.
This package installs the runtime library.Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
http://benalman.com/projects/jquery-throttle-debounce-plugin/
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install libjs-jquery-throttle-debounce