Checking jQuery AJAX Request Status

Posted by mTuran on Stack Overflow See other posts from Stack Overflow or by mTuran
Published on 2010-06-13T08:23:55Z Indexed on 2010/06/13 8:32 UTC
Read the original article Hit count: 401

Filed under:
|
|

Hi, i do 2 different ajax request via jQuery and i have to check the other one is active or not. How can i do that ?

one of example from my ajax requests:

active_project_categories_ajax = $.ajax(
{
    url: "/ajax/get_skill_list",
    dataType: 'json',
    ......
});

i need something like that: active_project_categories_ajax.status()

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery