jquery content scroll below div code example
Example: scroll to element jquery
$('html, body').animate({
scrollTop: $("#grepperRocks").offset().top
});
$('html, body').animate({
scrollTop: $("#grepperRocks").offset().top
});