So this is the current code I have
$(document).ready(function() { $(\'.abouta\').click(function(){ $(\'html, body\').animate({scrollTop:308}, \'s
My solution was the following:
document.getElementById("agent_details").scrollIntoView();