> But it triggers ajaxStart/ajaxStop... I have tried:
>
> $.ajax({
> url: token,
> global: false
>
> });Can you post a demo that shows this not working? global: false should prevent the global ajax events from triggering.
> But it triggers ajaxStart/ajaxStop... I have tried:
>
> $.ajax({
> url: token,
> global: false
>
> });Can you post a demo that shows this not working? global: false should prevent the global ajax events from triggering.