$.ajax({ url:scr, type:'HEAD', error: function(){ alert('empty'); }, success: function(){ alert('isset'); } });