Caton + OO + Google =?
This is my record about java , C# and web application
2013年7月17日 星期三
心得 jquery 同步
標籤:
javascript
,
jquery plugin
預設都是 非同步的,但是可以設定為同步
async 屬性 設為 true 即可以
如下面的程式
$.ajax({
url:
"xxx.jsp",
async: false ,
success: function(data){
alert(data);
}
});
參考 :
http://api.jquery.com/jQuery.ajax/
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言