$("a.m7").click(function(){ setTimeout(function (){ $("#response").load("2.php #hello2"); },5000); });