Tuesday, 3 September 2013

jQuery - Scroll to bottom of div on slideDown

jQuery - Scroll to bottom of div on slideDown

Im trying to scroll to the bottom of the div when the user clicks on a
link to slide the div down.
I've tried using the scrollTo and animate
$('html, body').animate({
scrollTop: $("#elementID").offset().top
}, 2000);
but nothing happens
heres the fiddle
http://jsfiddle.net/CLzfW/

No comments:

Post a Comment