I am using the following ajax get function to check the status of a user. Is it possible to set async: false with this shorthand method? If not how can this be
async: false
From above though, I use it like this
jQuery.ajaxSetup({async:false}); // my code jQuery.ajaxSetup({async:true});