{"id":517,"date":"2019-12-06T15:04:16","date_gmt":"2019-12-06T06:04:16","guid":{"rendered":"http:\/\/marius.main.jp\/software\/blog\/?p=517"},"modified":"2020-03-25T17:55:18","modified_gmt":"2020-03-25T08:55:18","slug":"post-517","status":"publish","type":"post","link":"https:\/\/todosoft.net\/blog\/?p=517","title":{"rendered":"jQuery\u306eAjax\u3092\u540c\u671f\u51e6\u7406\u3059\u308b"},"content":{"rendered":"\n<p>async: false \u3092\u5165\u308c\u308b\u3053\u3068\u3067\u540c\u671f\u51e6\u7406\u3068\u306a\u308b<\/p>\n\n\n\n<pre class=\"wp-block-luxe-blocks-syntaxhighlighter line-numbers language-javascript\"><code class=\"language-javascript\">$.ajax({\n\ttype: \"GET\",\n\turl: \"https:\/\/xxxxxxxxxxxx\",\n\tasync: false,\n\tcache: false.\n\tdataType: \"json\",\n\tdata: {\n\t\tsei: \"Yamada\",\n\t\tmei: \"Hanako\"\n\t}\n})\n.done(function(data, textStatus, jqXHR) {\n})\n.fail(function(jqXHR, textStatus, errorThrown) {\n})\n.always(function() {\n});<\/code><\/pre>\n\n\n\n<p>\u53c2\u8003\uff1a<a href=\"https:\/\/api.jquery.com\/jQuery.ajax\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" jQuery.ajax() | jQuery API Documentation (\u65b0\u3057\u3044\u30bf\u30d6\u3067\u958b\u304f)\"> jQuery.ajax() | jQuery API Documentation<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>async: false \u3092\u5165\u308c\u308b\u3053\u3068\u3067\u540c\u671f\u51e6\u7406\u3068\u306a\u308b \u53c2\u8003\uff1a jQuery.ajax() | jQuery API Documentation<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[40],"tags":[43,42],"class_list":["post-517","post","type-post","status-publish","format-standard","hentry","category-jquery-javascript","tag-ajax","tag-jquery"],"_links":{"self":[{"href":"https:\/\/todosoft.net\/blog\/index.php?rest_route=\/wp\/v2\/posts\/517","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/todosoft.net\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/todosoft.net\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/todosoft.net\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/todosoft.net\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=517"}],"version-history":[{"count":3,"href":"https:\/\/todosoft.net\/blog\/index.php?rest_route=\/wp\/v2\/posts\/517\/revisions"}],"predecessor-version":[{"id":710,"href":"https:\/\/todosoft.net\/blog\/index.php?rest_route=\/wp\/v2\/posts\/517\/revisions\/710"}],"wp:attachment":[{"href":"https:\/\/todosoft.net\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=517"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/todosoft.net\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=517"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/todosoft.net\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=517"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}