Ver original$(function(){ goToByScroll('4');});function goToByScroll(id){ $('html,body').animate({scrollTop: $("#"+id).offset().top},'slow');};