$.ajax("http://site.ru", { success: function() { alert("Файл существует"); }, error: function() { alert("Файл не существует"); }, method: "HEAD" });