0

Currently this is my problem. I'm using jquery scrollTop for parallaxing, and if i restart the page it returns to the current page and some bugs occured because it is not refreshed from the top of the page. Is there any way to do this? I've already tried some of the examples like this. I hope you can help me. Thanks.

Community
  • 1
  • 1
user3012847
  • 51
  • 1
  • 1
  • 10
  • **Try following Urls:** [http://stackoverflow.com/questions/17640603/html-window-refresh-top-of-page][1] [http://stackoverflow.com/questions/11486527/reload-browser-does-not-reset-page-to-top][2] [1]: http://stackoverflow.com/questions/17640603/html-window-refresh-top-of-page [2]: http://stackoverflow.com/questions/11486527/reload-browser-does-not-reset-page-to-top – Mr.G Dec 06 '13 at 05:14

1 Answers1

0

Without more information, i need to suppouse. Check if your URL have an anchor, the expected behavior it's scroll to the element informed in the URL, like this: http://yourdomain.com/#example. Please put a reference to the code if it isn't the solution.

Joao Ferreira
  • 81
  • 1
  • 3