jquery Ajax请求中显示Loading…
$(‘#btnTest’).click(function(){
$.ajax({
url —- ,根据你需要设置url路径
type:’post’,
data:’name=Test’,
timeout:15000,
beforeSend:function(XMLHttpRequest){
//alert(‘远程调用开始…’);
$(“#loading”).html.(“<img src=’/jquery/images/loading.gif’ />”);
//显示文字 $(“#loading”).html.(“<img src=’/jquery/images/loading.gif’ />”);
},
success:function(data,textStatus){
alert(‘开始回调,状态文本值:’+textStatus+’ 返回数据:’+data);
// $(“#loading”).empty();
},
complete:function(XMLHttpRequest,textStatus){
// alert(‘远程调用成功,状态文本值:’+textStatus);
$(“#loading”).empty();
},
error:function(XMLHttpRequest,textStatus,errorThrown){
alert(‘error…状态文本值:’+textStatus+” 异常信息:”+errorThrown);
$(“#loading”).empty();
}
});
});
<div id=”loading”></div>
< input type=”button” id=”btnTest” value=”Test”>
转载于:https://www.cnblogs.com/caojinqin/p/4570615.html
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/109420.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...