Jump to content
  • 0

Иногда ajax не срабатывает


alex_anderr
 Share

Question

Здравствуйте.

Иногда возникает ошибка при обращении к серверу, насколько я понимаю.

И тогда в моем срипте выводится переменная error в опции error.

А можно узнать какие причины способствуют возникновении ошибки? Сервер не отвечает? Много запросов к одному и тому же файлу? Или что-то другое?

Посетителям совсем не клево видеть ошибку на сайте. Спасибо.

Возможно от меня потребуется дополнительная информация.

$(".form").submit(function(event){		   
event.preventDefault();
var button = $(event.target);
var data = $(this).formSerialize();

$(this).find(".div").html('Uploading...');

var block = $(this).find(".div")[0];
var success = function(result) {
if (result == 1) {
$(block).load('butt.php .one');
}
if (result == 2) {
$(block).load('butt.php .two');
}
}
var error = function() {
$(block).html('<span style="color:red;">Ошибка </span>');

$.ajax({
'url' : $(this).attr("action"),
'type' : $(this).attr("method"),
'data' : data,
'success': success,
'error' : error
});
return false;
});

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

1. Эмм, консолька? :)

2. http://elremo.ru/rubrika/search/index.php?v=528-530-531-532&rubric=14&sub_id=87&sortby=date

3. Ошибка вызывается если много раз жать на кнопки справа от продуктов.

И иногда зависает на этапе подключения лоадера. (Висит лоадер и дальше ничего, ес-но посетитель остается беспомощным)

И прошу прощения. Нужна регистрация.

test@test.ru

111111

--

upd: даже здесь на форуме, при нажатии на кнопку "изменить это сообщение" иногда все подвисает на этапе "загрузка". Возможно это у меня проблемы на стороне клиента или провайдер не сразу добирается до нужного места?

Edited by alex_anderr
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy