$("div#test_1").hide(500); $("div#test_2").hide(500, function(){ spScrollToHash.scroll(id,speed,typ,function(){ $("div#test_1").show(500); $("div#test_2").show(500); }); });