{"id":8483,"date":"2011-04-30T14:01:49","date_gmt":"2011-04-30T06:01:49","guid":{"rendered":"http:\/\/living.donghong.info\/blog\/?page_id=8483"},"modified":"2011-04-30T14:03:00","modified_gmt":"2011-04-30T06:03:00","slug":"110429-scroll-to-load-using-jquery","status":"publish","type":"page","link":"https:\/\/donghong.info\/blog\/?page_id=8483","title":{"rendered":"110429 scroll to load using jquery"},"content":{"rendered":"<ol>\n<li>\u5b89\u88ddlazyload plugin for jquery to defer loading image<\/li>\n<li>\u8a2d\u8a08\u7576\u6efe\u52d5\u5230\u9801\u9762\u5e95\u90e8\u6642\u624d\u52d5\u614b\u8f09\u5165\u5167\u5bb9<\/li>\n<\/ol>\n<p><code><\/p>\n<p>   var jstart =0;<br \/>\n   var jlimit =10;<br \/>\n   var scrolleventlock =false;<\/p>\n<p>   jQuery(document).ready(function($){<br \/>\n   \tif (navigator.platform == \"iPad\") return;<br \/>\n  \tjQuery(\"img\").lazyload({<br \/>\n    \teffect:\"fadeIn\",<br \/>\n    \tplaceholder: \"images\/grey.gif\"<br \/>\n  \t});<\/p>\n<p>  function lastAddedLiveFunc()<br \/>\n  {<br \/>\n  \tif((jlimit == 0) || (scrolleventlock)) return;<br \/>\n  \tscrolleventlock =true;<\/p>\n<p>  \tvar ajaxurl='ajaxserver\/getarticles.home.jq.php';<\/p>\n<p>  \tvar showdiv = 'divcontent';<br \/>\n\t$('div#lastPostsLoader').html('<img decoding=\"async\" src=\"images\/bigLoader.gif\">');<br \/>\n\t$.ajax({<br \/>\n\t\turl: ajaxurl,<br \/>\n    \t\tdata: {start: jstart, limit: jlimit},<br \/>\n    \t\t\tsuccess: function(response) {<br \/>\n    \t\t\t\tif(response != \"\")<br \/>\n    \t\t\t\t{<br \/>\n    \t\t\t\t\tjstart += jlimit;<br \/>\n    \t\t\t\t\t$('#'+showdiv).html($('#'+showdiv).html() + response);<br \/>\n    \t\t\t\t}<br \/>\n    \t\t\t\telse jlimit = 0;<br \/>\n    \t\t\t\tscrolleventlock =false;<br \/>\n     \t\t\t\t$('div#lastPostsLoader').empty();<\/p>\n<p>    \t\t\t}<br \/>\n  \t\t});<br \/>\n  };<\/p>\n<p>  $(window).scroll(function(){<br \/>\n\t\tif  ($(window).scrollTop() == $(document).height() - $(window).height()){<br \/>\n\t\t   lastAddedLiveFunc();<br \/>\n\t}<\/p>\n<p>\t}); <\/p>\n<p>});<br \/>\n<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5b89\u88ddlazyload plugin for jquery to defer loading image \u8a2d\u8a08\u7576 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":24,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-8483","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/donghong.info\/blog\/index.php?rest_route=\/wp\/v2\/pages\/8483","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/donghong.info\/blog\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/donghong.info\/blog\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/donghong.info\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/donghong.info\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8483"}],"version-history":[{"count":0,"href":"https:\/\/donghong.info\/blog\/index.php?rest_route=\/wp\/v2\/pages\/8483\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/donghong.info\/blog\/index.php?rest_route=\/wp\/v2\/pages\/24"}],"wp:attachment":[{"href":"https:\/\/donghong.info\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8483"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}