$('a.renew').click(function(event){ $('div.inside').html('').load('index.php?AjaxRequest&action=3', function(){ $itemss = $('div.inside>a'); }); });