limit.js – Limit JavaScript events & calls.
Quite a neat little script that helps you throttle an overabundance of events firing. This, to me, is one of those tools that can be abused really easy by overlooking some bad habits you may have fallen into. There are other times where you simply don’t need every single window resize event to flow through your script. Worth checking out.