{"id":295,"date":"2017-05-02T10:56:17","date_gmt":"2017-05-02T02:56:17","guid":{"rendered":"http:\/\/dingqs.imwork.net\/?p=295"},"modified":"2017-05-02T10:56:17","modified_gmt":"2017-05-02T02:56:17","slug":"ajax-form-%e8%a1%a8%e5%8d%95%e6%8f%90%e4%ba%a4","status":"publish","type":"post","link":"https:\/\/www.dd-home.top\/?p=295","title":{"rendered":"Ajax form \u8868\u5355\u63d0\u4ea4"},"content":{"rendered":"<p><code><\/code><\/p>\n<p><code>Ajax \u4e0a\u4f20form\u8868\u5355\u6570\u636e,\u5305\u62ec\u56fe\u7247\u7b49\u7b49.........<\/code><\/p>\n<p><!--more--><\/p>\n<pre>&lt;form enctype=\"multipart\/form-data\" id=\"form\"&gt;\n&lt;!-- \u8981\u4e0a\u4f20\u7684\u6570\u636e --&gt;\n&lt;\/form&gt;<\/pre>\n<p><code><\/code><\/p>\n<pre>var formData = new FormData($(\"#form\")[0]);\n$.ajax({\n    url : urlPath+dataInter,\n    type : 'POST',\n    data : formData,\n    async : false,\n    cache : false,\n    contentType : false,\n    processData : false,\n    success : function(data) {\n        \n    },\n    error : function(data) {\n        alert('\u8bf7\u6c42\u51fa\u9519\u5566');\n    }\n});<\/pre>\n<p><code><\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ajax \u4e0a\u4f20form\u8868\u5355\u6570\u636e,\u5305\u62ec\u56fe\u7247\u7b49\u7b49&#8230;&#8230;&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[21,23,36],"tags":[40,45],"class_list":["post-295","post","type-post","status-publish","format-standard","hentry","category-java-script","category-jquery","category-web","tag-ajax","tag-form"],"_links":{"self":[{"href":"https:\/\/www.dd-home.top\/index.php?rest_route=\/wp\/v2\/posts\/295","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=295"}],"version-history":[{"count":0,"href":"https:\/\/www.dd-home.top\/index.php?rest_route=\/wp\/v2\/posts\/295\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dd-home.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=295"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dd-home.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=295"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dd-home.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=295"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}