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