Friday, 14 November 2014

Load Data after page scroll down

Lets create a system where the records from mysql database will load after the user scroll down. This canwith very simple php scripts and jQuery function.jQuery Function $(document).ready(function(){$(window).scroll(function(){ scrollMore(); }); function scrollMore(){ if($(window).scrollTop() == ($(...

By: agsinformatics



Continue Reading »



from Instructables: exploring - technology - robots http://ift.tt/1GZL5v2

0 comments:

Post a Comment