SyntaxFix
Write A Post
Hire A Developer
Questions
Ran into this too. Lots of answers, yet, only one simple correct one which I'm going to provide. The key is to make your $.ajax call..sync!
$.ajax({ async: false, ...