So this is the current code I have
$(document).ready(function() { $(\'.abouta\').click(function(){ $(\'html, body\').animate({scrollTop:308}, \'s
try this:
$('html, body').animate({scrollTop:$('#xxx').position().top}, 'slow'); $('#xxx').focus();