jQuery animate scrollTop not working in IE 7

后端 未结 4 725
北荒
北荒 2020-12-16 19:34

The following works in Chrome / FF etc...

$(\'body\').animate({scrollTop : 0}, 0);

However, in IE 7, it doesn\'t do anything.
Is ther

4条回答
提交回复
热议问题