$(window).bind("scroll", function () { if ($(document).scrollTop() + $(window).height() > $(document).height() - 5) { //做些什么~~~ } });
记录一下..备忘..
本文共 241 字,大约阅读时间需要 1 分钟。
$(window).bind("scroll", function () { if ($(document).scrollTop() + $(window).height() > $(document).height() - 5) { //做些什么~~~ } });
记录一下..备忘..
转载于:https://www.cnblogs.com/GuZhenYin/p/4661294.html