临窗旋墨的博客       临窗旋墨的导航

ajax常用写法

$.ajax( url,{
type:"post",
   data:{},
}) .done(function() { alert("success"); }) .fail(function() { alert("error"); }) .always(function() { alert("complete"); });
posted @ 2015-10-16 16:57  临窗旋墨  阅读(220)  评论(0编辑  收藏  举报