Using Javascript, Jquery preferably, I want to be able to trigger the visiblity of the div when a user is at a certain page height. NYtimes has an example of this when you scroll to the bottom of a story, a slider pops out with another news story, and goes away if you scroll up.
Using Javascript, Jquery preferably, I want to be able to trigger the visiblity of
Share
I think the methods you want are:
Using these, you could write a method to show a div when the window is 100 pixels from the bottom: