Forum Discussion
_anomDiebolt_
9 years agoQrew Elite
This will make all requests synchronous including those QuickBase makes through their own use of jQuery:
$.ajaxSetup({async: false});
Everything on the internet is asynchronous so you should learn to use asynchronous methods.
$.ajaxSetup({async: false});
Everything on the internet is asynchronous so you should learn to use asynchronous methods.