Checking jQuery AJAX Request Status
- by mTuran
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()