Skip to content

Instantly share code, notes, and snippets.

@AurumProject
AurumProject / Ajax synchronous alternative (Jquery)
Created April 15, 2015 23:26
Ajax synchronous alternative - Jquery synchronous xmlhttprequest on the main thread is deprecated
/*/
Fixes bug that freeze Node JS Webkit (NWJS) with "async:false";
"Jquery synchronous xmlhttprequest on the main thread is deprecated"
It is also an alternative to execute code after the ajax response
/*/
function Server_Async(){
return $.ajax({
type: "POST",
url: "../example.php",
<div class="stockTick"></div>
<div class="symbolname"></div>
<div class="symbolreloco"></div>
<div class="stockTick"></div>