var s=0;$(document).ready(function(){ $(window).scroll(function(){ var t=$(window).scrollTop(); setTimeout(function(){ if(t!=2000){ $("#msg").html(++s); $(window).scrollTop(2000); } },1000); });});
查看更多关于ie8onScroll事件多次激活问题_html/css_WEB-ITnose的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did112965
ie8onScroll事件多次激活问题_html/css_WEB-ITnose
阅读:32次