Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
$(window).scrollTop(value); // this does not work at first fire. after first, it works well.
setTimeout(function(){ $(window).scrollTop(scrollVal); // this works well }, 100);
我不明白为什么第一个不能正常工作:(有没有人知道这种现象?
谢谢阅读。