Basically im using jqXHR with asmx. I want to do this if its possible;
Overally in everypage im using 6-7 ajax calls with sync or async depends on which method it is. But when one of them got error i want to break that ajax call and after the all of ajax calls.
Thanks already!