var isSupportTouch = "ontouchend" in document ? true : false; var srcl="",simg='',src2=""; $(function(){ investor(); public_ajax(); }) function investor(){ $(".r-investor .r-inv-intro-main ul li").on("mouseover",function(){ $(this).addClass("on").siblings().removeClass("on"); }) } function public_ajax() { if($(".ajLoad").length>0){ var $resourceTypeList = $('.ajLoad ul'); $resourceTypeList.infinitescroll({ navSelector: "#public_more", nextSelector: "#public_more a", itemSelector: ".public_li", clickb: false, clickobj: ".public_load-more-link", loading: { msgText: '鍔犺浇涓?, finishedMsg: '娌℃湁浜?, finished: function() { $("#infscr-loading").remove(); } }, errorCallback: function() { $(".public_load-more-link").hide(); } }, function(newElements) { var $newElems = $(newElements); $newElems.fadeIn(); return; }); } }