How can I scroll smoothly to specific position using jQuery ?
I could scroll to top smoothly using jQuery with this code :
$("#id").animate({"scrollTop": $("#id").scrollTop() + 100});
But now I want to scroll to position for example 200 of a page.
try this:
jsfiddle: http://jsfiddle.net/UPRkm/