Wednesday, June 5, 2013

jQuery scroll page to specific location

jQuery('html').animate( {scrollTop : 0}, 'slow', function() {

});

No comments:

Post a Comment