I'd like to trigger an event when jquery.localscroll reaches a certain point of the document, a div.
Lets say we're scrolling vertically from the top div to the third. When it gets there, then the action schould trigger.
|
|
|
jQuery Waypoints plugin http://imakewebthings.github.com/jquery-waypoints/ should do the trick UPDATE
|
|||||||||||
|
|
You may want to also see the following tiny plugin, it's help me in the past and it's pretty clean: Example Usage:
|
|||
|
|
|
jQuery Bullseye: http://static.pixeltango.com/jQuery/Bullseye/ does also a great job on viewport detection! |
|||
|
|