Google analytics code

Friday, July 12, 2013

Javascript / jQuery : Scroll to the top of a document

Quick way to scroll to the top of a page via jQuery

jQuery(window).scrollTop(0);

1 comment:

  1. Thanks for the great tip. Its working and its very useful to me for my web development.

    ReplyDelete

If you found this page useful, or you have any feedback, please leave a comment.