cowboy / jquery-throttle-debounce

jQuery throttle / debounce: Sometimes, less is more!

Home Page:http://benalman.com/projects/jquery-throttle-debounce-plugin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add example using call

jedierikb opened this issue · comments

In the examples for throttle, might want to include a new example wherein throttle is not the function in an event callback.
In this new example show how to use call[1] to start the throttling yourself.

[1] https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Function/call