码迷,mamicode.com
首页 > Web开发 > 详细

ajax同步

时间:2017-03-24 19:04:53      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:requests   官方   状态   页面   sync   sts   lock   方法   actions   

今天遇到了ajax中的同步方法,出现了页面假死的现象,找了一下官方的原文,并自己翻译了一下

$.Ajax()中 async 的官方的解释:

async
Boolean
Default: true

By default, all requests are sent asynchronous (e.g. this is set to true by default). If you need synchronous requests, set this option to false. Note that synchronous requests may temporarily lock the browser, disabling any actions while the request is active. 

根据默认的true,所有的请求被异步的发送。如果你需要同步的请求,设置这个参数为false ,注意同步的请求会临时的锁定浏览器,当请求是发送状态时停止所有的页面行为。

 

ajax同步

标签:requests   官方   状态   页面   sync   sts   lock   方法   actions   

原文地址:http://www.cnblogs.com/liuhao-web/p/6612839.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!