$(window).scroll(function () {
var scrollHeight = document.documentElement.scrollTop;
$("#WaitLst").css({ top: scrollHeight + 200 + "px" }).show(); //WaitList 是 div ID
});
$(window).scroll(function () {
var scrollHeight = document.documentElement.scrollTop;
$("#WaitLst").css({ top: scrollHeight + 200 + "px" }).show(); //WaitList 是 div ID
});
相关文章: