jquery move window to a particular class code example
Example: scroll to element jquery
$('html, body').animate({
scrollTop: $("#grepperRocks").offset().top
});
$('html, body').animate({
scrollTop: $("#grepperRocks").offset().top
});