{"id":355,"date":"2017-06-07T14:20:26","date_gmt":"2017-06-07T06:20:26","guid":{"rendered":"http:\/\/dingqs.imwork.net\/?p=355"},"modified":"2017-06-07T14:20:26","modified_gmt":"2017-06-07T06:20:26","slug":"ajax-%e6%8a%bd%e8%b1%a1%e6%96%b9%e6%b3%95%e5%92%8c%e8%af%b7%e6%b1%82","status":"publish","type":"post","link":"https:\/\/www.dd-home.top\/?p=355","title":{"rendered":"Ajax \u62bd\u8c61\u65b9\u6cd5\u548c\u8bf7\u6c42"},"content":{"rendered":"<p><!--more--><\/p>\n<p><code><\/code><\/p>\n<pre>obz.ajaxJson = function(url, param, callback, failureCallback) {\n    $.ajax({\n        url: url,\n        data: param,\n        type: \"POST\",\n        traditional:true,\n        beforeSend: function () {\n        },\n        success: function (data) {\n           if (data.Success==undefined) {\n              \/\/\u517c\u5bb9 IE\n               data = $.parseJSON(data);\n           }\n            if (data.Success) {\n                if (callback != undefined) callback(data);\n            } else {\n               if(failureCallback != undefined){\n                 failureCallback();\n              }\n               \/\/\u9a8c\u8bc1\u62e6\u622a\u5668\u4f7f\u7528\uff0c\u628a\u9519\u8bef\u4fe1\u606f\u663e\u793a\u5728\u524d\u53f0\n              for(var key in data){\n                 \/\/$(\"#\"+key).text(data[key]);\n                 $(\"#\"+key).addClass(\"has-error\");\n                 $(\"#\"+key).find(\"label\").text(data[key]);\n              }\n           }\n        },\n        error: function (request) {\n            if (failureCallback != undefined) failureCallback();\n            else {\n               if(typeof request != 'undefined' &amp;&amp; request){\n                  if(request.response){\n                     alert(request.response);\n                  }else{\n                     alert(\"\u670d\u52a1\u7aef\u6ca1\u6709\u54cd\u5e94,\u8bf7\u8054\u7cfb\u5ba2\u670d......\");\n                  }\n                  location.href = obz.ctx;\n               }\n            }\n        }\n    });\n};<\/pre>\n<p><code><\/code><\/p>\n<pre>obz.ajaxJson(obz.ctx + \"\/attachment\/delIds\", {ids: values}, function(resp){\n    console.info(resp);\n    if(resp.code==200){\n        searchImg();\n    }\n});<\/pre>\n<p><code><\/code><\/p>\n<p><code><\/code><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[36],"tags":[],"class_list":["post-355","post","type-post","status-publish","format-standard","hentry","category-web"],"_links":{"self":[{"href":"https:\/\/www.dd-home.top\/index.php?rest_route=\/wp\/v2\/posts\/355","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dd-home.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dd-home.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dd-home.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dd-home.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=355"}],"version-history":[{"count":0,"href":"https:\/\/www.dd-home.top\/index.php?rest_route=\/wp\/v2\/posts\/355\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dd-home.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=355"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dd-home.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=355"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dd-home.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=355"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}