How to jump to an anchor slowly?
function goto(id){ var top = jQuery("#"+id).offset().top; jQuery("html,body").animate({scrollTop:top},1000); }