Quantcast
Channel: What does "async: false" do in jQuery.ajax()? - Stack Overflow
Viewing all articles
Browse latest Browse all 8

Answer by 夏期劇場 for What does "async: false" do in jQuery.ajax()?

$
0
0
  • async:false = Code paused. (Other code waiting for this to finish.)
  • async:true = Code continued. (Nothing gets paused. Other code is not waiting.)

As simple as this.


Viewing all articles
Browse latest Browse all 8




<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>