Hi,
in some cases in my code I use $ .ajaxSetup ({async: false}); to achieve synchronous behavior in the processing flow. I also created a small plugin with only three commands to achieve this. But I know that 'async: false' is deprecated. Is there a real and efficient alternative to get the same result that doesn't use 'async: false'?
Greetings
Rocco
Hi,
in some cases in my code I use $ .ajaxSetup ({async: false}); to achieve synchronous behavior in the processing flow. I also created a small plugin with only three commands to achieve this. But I know that 'async: false' is deprecated. Is there a real and efficient alternative to get the same result that doesn't use 'async: false'?
Greetings
Rocco