smartresize.js
v0.0.1
Published
Debounced Resize() jQuery Plugin.
Downloads
214
Readme
Debounced Resize() jQuery Plugin
Originate from http://www.paulirish.com/2009/throttled-smartresize-jquery-event-handler/
Why use it
To fires resize event at the end of the resizing.
Install
npm install smartresize.js --save
Usage
$(window).smartresize(function(){
// code that takes it easy...
});