{"id":647,"date":"2024-04-15T10:54:22","date_gmt":"2024-04-15T01:54:22","guid":{"rendered":"http:\/\/inwelly.com\/?p=647"},"modified":"2024-04-22T06:01:01","modified_gmt":"2024-04-21T21:01:01","slug":"javascript-ajax-jquery","status":"publish","type":"post","link":"https:\/\/inwelly.com\/?p=647","title":{"rendered":"JAVASCRIPT ajax jquery"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>- \uc120\uc5b8\n&lt;script src=\"prototype.js\" type=\"text\/javascript\">&lt;\/script>\n\n- \uc2a4\ud06c\ub9bd \uc0ac\uc6a9\n&lt;script>\n\n        function ajaxLoadDivRequest1(value,pgc,bt)\n        {\n            var strResponseURL = '.\/test.html?a='+value+'&amp;b='+bt+'&amp;c='+pgc;\n            var httpObj = new Ajax.Request   (\n                    strResponseURL, {\n               method:'get',\n               onSuccess:function (responseHttpObj) {\n                $('mainsction').innerHTML = responseHttpObj.responseText;\n               },\n               onFailure:displayError1\n              }\n                );\n        }\n\n\n        function displayError1()\n        {\n            $('mainsction').innerHTML = ('AJAX failed');   \n        }\n&lt;\/script>\n\n--  \ubcf8\ubb38 \uc0ac\uc6a9\n\n&lt;div id='mainsction'>&lt;div>\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":1279,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-647","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-javascript"],"_links":{"self":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/647","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=647"}],"version-history":[{"count":1,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/647\/revisions"}],"predecessor-version":[{"id":648,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/647\/revisions\/648"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/media\/1279"}],"wp:attachment":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=647"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=647"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=647"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}