How can I scroll to a specific location on the page using jquery?

jQuery Scroll Plugin since this is a question tagged with jquery i have to say, that this library has a very nice plugin for smooth scrolling, you can find it here: http://plugins.jquery.com/scrollTo/ Excerpts from Documentation: $(‘div.pane’).scrollTo(…);//all divs w/class pane or $.scrollTo(…);//the plugin will take care of this Custom jQuery function for scrolling you can use … Read more