- Date added
-
June 13, 2014, 3:13 p.m.
- Description
- If you've ever worked with throttling onScroll handlers in a web page, this looks like a clever solution. I've been doing ok with a jQuery debounce/throttle combination, but this allows a callback function to delay the handler until a task is finished.