{"id":1743,"date":"2022-07-04T08:06:29","date_gmt":"2022-07-03T23:06:29","guid":{"rendered":"https:\/\/itinfotat.com\/?p=1743"},"modified":"2022-07-10T22:27:14","modified_gmt":"2022-07-10T13:27:14","slug":"%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0%e3%81%ae%e3%82%b7%e3%83%aa%e3%82%a2%e3%83%a9%e3%82%a4%e3%82%ba%ef%bc%88jquery%ef%bc%89","status":"publish","type":"post","link":"https:\/\/itinfotat.com\/?p=1743","title":{"rendered":"\u30d5\u30a9\u30fc\u30e0\u306e\u30b7\u30ea\u30a2\u30e9\u30a4\u30ba\uff08jQuery\uff09"},"content":{"rendered":"\n<p>Ajax\u7b49\u3067form\u8981\u7d20\u306e\u5024\u3092\u4e00\u62ec\u3067\u6e21\u3057\u305f\u3044\u5834\u5408\u306f\u4e0b\u8a18\u306e\u3088\u3046\u306bserialize\u3092\u5229\u7528\u3053\u3068\u3067\u4e00\u62ec\u3067\u6e21\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-html\" data-lang=\"HTML\"><code>&lt;!DOCTYPE html&gt;\n&lt;html lang=&quot;ja&quot;&gt;\n&lt;head&gt;\n    &lt;meta charset=&quot;UTF-8&quot;&gt;\n    &lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=edge&quot;&gt;\n    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;\n    &lt;title&gt;Document&lt;\/title&gt;\n    &lt;script src=&quot;https:\/\/code.jquery.com\/jquery-3.5.1.min.js&quot;&gt;&lt;\/script&gt;\n&lt;\/head&gt;\n&lt;body&gt;\n    &lt;form id=&quot;f1&quot;&gt;\n        &lt;input type=&quot;text&quot; id=&quot;txt01&quot; name=&quot;txt01&quot; value=&quot;txt01&quot;\/&gt;\n        &lt;input type=&quot;text&quot; id=&quot;txt02&quot; name=&quot;txt02&quot; value=&quot;txt02&quot;\/&gt;\n        &lt;input type=&quot;text&quot; id=&quot;txt03&quot; name=&quot;txt03&quot; value=&quot;txt03&quot;\/&gt;\n        &lt;button type=&quot;submit&quot;&gt;submit&lt;\/button&gt;\n    &lt;\/form&gt;\n    &lt;div id=&quot;out&quot;&gt;&lt;\/div&gt;\n&lt;\/body&gt;\n&lt;script&gt;\n    $(&#39;form&#39;).submit(function(event) {\n      event.preventDefault();\n      $.ajax(&#39;test01.html&#39;,\n        {\n        type: &#39;POST&#39;,\n        data: $(this).serialize(),\n        dataType : &#39;html&#39;\n      })\n      \/\/ Ajax\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u6210\u529f\u3057\u305f\u5834\u5408\n      .done(function(data){\n        alert(data);\n      })\n      \/\/ Ajax\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u5931\u6557\u3057\u305f\u5834\u5408\n      .fail(function(Request, Status, error){\n        alert(error);\n      });\n    });\n\n&lt;\/script&gt;\n&lt;\/html&gt;<\/code><\/pre><\/div>\n\n\n\n<p>\u6ce8\uff09input\u8981\u7d20\u306b\u306fname\u5c5e\u6027\u304c\u4ed8\u3051\u306a\u3044\u3068\u30b7\u30ea\u30a2\u30e9\u30a4\u30ba\u3055\u308c\u307e\u305b\u3093\u3002<\/p>\n\n\n\n<p>\u3010\u52d5\u4f5c\u78ba\u8a8d\u74b0\u5883\u3011<br>OS\uff1aWindows11 Pro 21H2 <br>Visual Studio Code\uff1a1.64.2<br>Chrome\uff1a101.0.4951.54<\/p>\n\n\n\n<p><script type=\"text\/javascript\" src=\"\/\/rot5.a8.net\/jsa\/71990cbe3032408438ae198d7bb02a4a\/c6f057b86584942e415435ffb1fa93d4.js\"><\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ajax\u7b49\u3067form\u8981\u7d20\u306e\u5024\u3092\u4e00\u62ec\u3067\u6e21\u3057\u305f\u3044\u5834\u5408\u306f\u4e0b\u8a18\u306e\u3088\u3046\u306bserialize\u3092\u5229\u7528\u3053\u3068\u3067\u4e00\u62ec\u3067\u6e21\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002 \u6ce8\uff09input\u8981\u7d20\u306b\u306fname\u5c5e\u6027\u304c\u4ed8\u3051\u306a\u3044\u3068\u30b7\u30ea\u30a2\u30e9\u30a4\u30ba\u3055\u308c\u307e\u305b\u3093\u3002 \u3010\u52d5\u4f5c\u78ba\u8a8d\u74b0\u5883\u3011OS\uff1aWin &hellip; <a href=\"https:\/\/itinfotat.com\/?p=1743\" class=\"more-link\"><span class=\"screen-reader-text\">&#8220;\u30d5\u30a9\u30fc\u30e0\u306e\u30b7\u30ea\u30a2\u30e9\u30a4\u30ba\uff08jQuery\uff09&#8221;\u306e<\/span>\u7d9a\u304d\u3092\u8aad\u3080<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[105,73,89,104],"tags":[107,90,91,106],"class_list":["post-1743","post","type-post","status-publish","format-standard","hentry","category-ajax","category-html","category-javascript","category-jquery","tag-ajax","tag-html","tag-javascript","tag-jquery"],"_links":{"self":[{"href":"https:\/\/itinfotat.com\/index.php?rest_route=\/wp\/v2\/posts\/1743","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/itinfotat.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/itinfotat.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/itinfotat.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/itinfotat.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1743"}],"version-history":[{"count":4,"href":"https:\/\/itinfotat.com\/index.php?rest_route=\/wp\/v2\/posts\/1743\/revisions"}],"predecessor-version":[{"id":1755,"href":"https:\/\/itinfotat.com\/index.php?rest_route=\/wp\/v2\/posts\/1743\/revisions\/1755"}],"wp:attachment":[{"href":"https:\/\/itinfotat.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1743"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/itinfotat.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1743"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/itinfotat.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1743"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}