Special Scroll Events for jQuery
I had always wanted a decent psuedo-event to create using jQuery’s cool “Special Events” API – when I first heard about it I wasn’t sure how I might make use of it. Here, we can use it to create our two new events, “scrollstart” and “scrollstop”. Because of jQuery’s (relatively) simple API, creating these new events couldn’t be much easier.

