This script will scroll to id tag answerCode:
$('html, body').animate({scrollTop: $('form#answerCode').offset().top}, 'slow');
This script will scroll to id tag answerCode:
$('html, body').animate({scrollTop: $('form#answerCode').offset().top}, 'slow');
You must be logged in to post a comment.