Thursday, 18 April 2013

Load Content While Scrolling Page using JQuery We generally have lots of content to present but can not load all of it at once as it may take too long. This Ajax auto content loading can very be handy in almost every project. When we are scrolling down a webpage, the code recognizes that you are at the bottom and auto-loads new content. <html> <head> <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> <script src="http://code.jquery.com/jquery-migrate-1.1.1.min.js"></script> <script> ...
Find me on Facebook! Follow me on Twitter!