I want to load more content when the user scrolls the webpage. I tried using
-
onScroll event javascript which is getting called multiple times
-
jQuery .scroll() method which is also called multiple times.
How do I handle this? Is it a browser issue?
Note: I am calling onScroll = "function()" on body tag of HTML.
Load content while scrolling: http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/