Throttle Debounce Fn

Throttle Debounce Fn is a jQuery-based plugin that allows you to throttle and debounce your functions. It is based on Compatibility

Installation

npm install throttle-debounce-fn

You may also manually download the dist/throttle-debounce-fn.min.js file.

Throttle Debounce Fn requires Usage

$.throttle(...);
$.debounce(...);

benalman.com/code/projects/jquery-throttle-debounce/docs/

Demos

benalman.com/code/projects/jquery-throttle-debounce/examples/throttle/ benalman.com/code/projects/jquery-throttle-debounce/examples/debounce/

License

MIT. See LICENSE.md for further information.

Authors

Miguel de Moura me@migueldemoura.com

Validate

Generated by RDoc 6.3.1.

Based on Darkfish by Michael Granger.