Ver original$('a[href*=#]').click(function(){ $('html, body').animate({ scrollTop: $($.attr(this,'href')).offset().top }, 2000); return false})