$(window).bind("scroll", function () { if ($(document).scrollTop() + $(window).height() > $(document).height() - 5) { //做些什么~~~ } });
记录一下..备忘..
$(window).bind("scroll", function () { if ($(document).scrollTop() + $(window).height() > $(document).height() - 5) { //做些什么~~~ } });
记录一下..备忘..