Scroll to an object using jQuery.
$('html, body').animate({
scrollTop: 0
//scroll to object
//scrollTop: $("#object_id").offset().top
}, 400);
Scroll to an object using jQuery.
$('html, body').animate({
scrollTop: 0
//scroll to object
//scrollTop: $("#object_id").offset().top
}, 400);