I'm
using the jquery-mousewheel.js plugin, and I'd like to decide, if
user scrolls down, then the content should fade out, and the user
should see the next section. During this event, a class changing, and
the event should stop, and only the next scroll down should fire it
again (bind/unbind). I think I should use an event handler, but I
don't know how to implement it in my code. I've tried the code
below but its not working, any advice is appreciated.