jquery waypoints
jquery waypoints
Out of context: Reply #12
- Started
- Last post
- 16 Responses
- dbloc0
so for those that have used waypoints:
I am loading jquery
loading waypoints.jsin document ready, registering div
$('#section1').waypoint();now I should be able to use this and have it alert when I get to it right?
$('#section1').waypoint(function... {
alert('You have scrolled to an entry.');
});- seems so basic, but that's not even working for me...I have to be missing somethingdbloc