Jquery : Scrolltop
$('#top').click(function() {
$('html, body').animate({
scrollTop: $('#content').offset().top
}, 'slow');
return false;
});
$('#top').click(function() {
$('html, body').animate({
scrollTop: $('#content').offset().top
}, 'slow');
return false;
});