$(document).ready(function(){ $(".brand ul li:nth-child(2n) .brand_wrap").css({ "float":"left", "paddingLeft":"80px" }); $(".brand ul li:nth-child(2n+1) .brand_wrap").css({ "float":"right", "paddingRight":"80px" }); $(".brand ul li:nth-child(2n) .brand_img").css({ "left":"340px" }); try{ var $resourceTypeList = $('.resource-type-list'); $resourceTypeList.infinitescroll({ navSelector : "#more", nextSelector : "#more a", itemSelector : ".panel", //pixelsFromNavToBottom: 150, clickb : false,//鍒ゆ柇鏄惁鐐瑰嚮鍔犺浇鏇村 clickobj : ".load-more-link",//鐐瑰嚮鍔犺浇鏇村鎸夐挳 loading:{ img: "", msgText: '鍔犺浇涓?, finishedMsg: '娌℃湁浜?, finished: function(){ $("#infscr-loading").hide(); } }, errorCallback:function(){ $(".load-more-link").hide(); } }, function(newElements){ var $newElems = $(newElements); $newElems.fadeIn(); return; }); }catch(e){ //TODO handle the exception } })