Tagged Questions
7
votes
1answer
143 views
Canonical “Ajax is asynchronous” answer?
I see a lot of questions (e.g. here or here, just in the past couple of hours) where the poster is making an Ajax call within a function (and doing something with the results in a callback) and ...