标签: jquery scroll
$(window).scrollTop(value); // this does not work at first fire. after first, it works well.
setTimeout(function(){ $(window).scrollTop(scrollVal); // this works well }, 100);
我无法理解为什么第一个不能正常工作:( 有没有人知道这种现象?
感谢阅读。