thro-debs

1.0.7 • Public • Published

thro-debs

A simple throttle & debounce tool of javascript.

Usage:

var fq = require('./thro-debs');
$(window).resize(fq.debounce(100, function(evt){
    ......
}));
$(document).mousemove(fq.throttle(40, function(evt){
    ......
}));

Readme

Keywords

Package Sidebar

Install

npm i thro-debs

Weekly Downloads

894

Version

1.0.7

License

MIT

Last publish

Collaborators

  • hz932
  • hzsrc