How to scroll to the top of a webpage using jQuery ?
If you are looking for an extraordinary method of smoothly scrolling any DOM or jQuery Element then jQuery ScrollTo() is the best option available as it is very easy to use. You merely have to call $window.scrollTo(X-Coordinate Value, Y Coordinate Value); and the user is likely to be scrolled to that element without any hassle. This […]
How to scroll to the top of a webpage using jQuery ? Read More »