87,994
社区成员
发帖
与我相关
我的任务
分享
$.ajax({
type:"GET",
url:"AjaxRequest/AutoComplete.ashx",
cache:false,
data:"",
beforeSend:function(){$("#msg").html("<img src=Images/Index/s_btn.png width=60 height=26 border=0 />");},
success:function(msg){$("#msg").html("success");}
});

beforeSend:function(){$("#msg").html("<img src=Images/Index/s_btn.png width=60 height=26 border=0 />");},
success:function(msg){$("#msg").html("");}