Does async: false
in JQuery's ajax blocks the UI also during the callback
Or is it just until the answer from the server is received?
Does async: false
in JQuery's ajax blocks the UI also during the callback
Or is it just until the answer from the server is received?
Short answer: Yes
To be more details, async: false
means Other code waiting for this to finish
Read the link below to have a better understanding