bramsmulders / jquery.debouncer

Debounce ALL the things

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#jquery.debouncer - v1.0.0

Debounce ALL the things

Installation

  • Bower: bower install --save jquery.debouncer
  • Download: zip
  • Git: git clone https://github.com/bramsmulders/jquery.debouncer

Usage

// Register function
debouncer(jQuery, 'smartresize', 'resize', 150);
$window.smartResize(function(){
    // handlers on debounced resize
});

About

Debounce ALL the things

License:MIT License


Languages

Language:JavaScript 100.0%