Posts tagged weblayout

Scrollbar & jQuery – event handling using waypoints

  • 21
  • Apr

Date: 21st Apr 2011 Author: admin Categories: jQuery 10

Tags: , ,

Scrollbar & jQuery

Scrollbar & jQuery – event handling using waypoints

Today we continue jQuery reviews, and our article will about event handling of scrollbar. Possible you saw such feature as ajaxy loading of new information when we scroll to end of page. As example here: http://www.dzone.com/links/index.html, or in your facebook page and other websites. Interesting feature isn`t it? Or, also will possible to stick some elements when our scroll moving out necessary positions. Or, we can handle events when scroller reach defined element at our page (and, as example – load some extra content on this event). Today I will show you how to do this.
Read more