摘要: $.ajax({ type: "POST", url: "test.ashx", beforeSend: function(XMLHttpRequest){ $("#aaa").show(); }, data: "", success: function(msg){ $("#div").append(msg); }, complete: function(XMLHttpRequest, textStatus){ $("#aaa").hide(); }}); 阅读全文
posted @ 2012-03-18 10:50 fang_beny 阅读(297) 评论(0) 推荐(0)