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¶ ↑
Chrome Firefox Edge Opera Safari IE8+ You may also manually download the Throttle Debounce Fn requires Usage¶ ↑
benalman.com/code/projects/jquery-throttle-debounce/docs/ benalman.com/code/projects/jquery-throttle-debounce/examples/throttle/ benalman.com/code/projects/jquery-throttle-debounce/examples/debounce/ MIT. See Miguel de Moura me@migueldemoura.com
Generated by RDoc 6.3.1.
Based on Darkfish by Michael Granger.
Installation¶ ↑
npm install throttle-debounce-fn
dist/throttle-debounce-fn.min.js
file.$.throttle(...);
$.debounce(...);
Demos¶ ↑
License¶ ↑
LICENSE.md
for further information.Authors¶ ↑