Forked from Wolfram Hempel's Pen HighCharts, YQL and GoldenLayout.
A Pen by Captain Anonymous on CodePen.
| /*/ | |
| 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> |
Forked from Wolfram Hempel's Pen HighCharts, YQL and GoldenLayout.
A Pen by Captain Anonymous on CodePen.