JQuery scroll to element

By | January 3, 2015

jQuery(‘html, body’).animate({
scrollTop: jQuery(“#xEmail”).offset().top
}, 500);