1. 程式人生 > >通過jQuery設定全域性Ajax載入時呈現Loading

通過jQuery設定全域性Ajax載入時呈現Loading

http://www.w3school.com.cn/jquery/ajax_ajax.asp  //jQuery ajax - ajax() 方法

https://www.cnblogs.com/inobody/p/5933212.html  //通過jQuery設定全域性Ajax載入時呈現Loading

a.g.

[delta project]

htdocs/media-objects/js/common.js 

refreshStatus : function (){
...
global: true,//原先是false ,預設值為true.
...
}