我对 scrollToFixed 脚本有疑问。https://github.com/bigspotteddog/ScrollToFixed 这是一个案例:http ://dash.com.pl/CTP/gallery.html 这个脚本工作正常,但是当我向下滚动并向上滚动后,出现一个洞.
这是一个给出限制的脚本:
$(document).ready(function() {
$('.sidebar').scrollToFixed({
marginTop: 0,
limit: $('.footer').offset().top - $('.sidebar').height() - 20
});
});
感谢您的帮助。