var options = { showHeight : 100, speed : 500 }; $("a").click(function(){ $("html,body").animate({scrollTop: 0}, options.speed); });