Scroll to location on a page with jquery animation.

$(“html, body”).animate({ scrollTop: 0 }, “slow”);

 

$(‘html,body’).animate({scrollTop: $(“#portitemtitle123”).offset().top},’slow’);

Leave a Reply