For instance, I open a web page, and scroll down to some position,
then I refresh the chrome browser, the browser could scroll the previous position again
How can I use javascript or css to let the browser to forget the scroll?
I have try $(window).scrollTop(0)
, but it doesn't work