我有scrollToFixed腳本問題。 https://github.com/bigspotteddog/ScrollToFixed 這是一個案例:http://dash.com.pl/CTP/gallery.html 這個腳本工作正常,但是當我向下滾動,並在此之後向上滾動,將出現一個洞。ScrollToFixed滾動問題
這是一個腳本,使限制:
$(document).ready(function() {
$('.sidebar').scrollToFixed({
marginTop: 0,
limit: $('.footer').offset().top - $('.sidebar').height() - 20
});
});
感謝您的幫助。
將是有益的。 – RicardoGonzales