日期:2014-05-16 浏览次数:20468 次
$(window).scroll(function()
{
var h=$(document).scrollTop();
if(h==4){alert('s');}
})
$(document).ready(function() {
$(window).scroll(function()
{
var h=$(document).scrollTop();
if(h==4){alert('s');}
})
});