How to make ajax synchronous instead of using async:false? – Jquery ajax
I'm having some problems with the ajax async. I have an array then loop through the array to make an ajax call, if success the ajax will return an xml string, i'll use it to fill in an table and…