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:
agsinformaticsContinue Reading »from Instructables: exploring - technology - robots http://ift.tt/1GZL5v2
0 comments:
Post a Comment