{"id":669,"date":"2024-04-15T11:04:04","date_gmt":"2024-04-15T02:04:04","guid":{"rendered":"http:\/\/inwelly.com\/?p=669"},"modified":"2024-04-22T05:56:43","modified_gmt":"2024-04-21T20:56:43","slug":"jquery-%ea%b0%92-%ec%a0%84%eb%8b%ac-post-%eb%b0%a9%ec%8b%9d","status":"publish","type":"post","link":"https:\/\/inwelly.com\/?p=669","title":{"rendered":"jQuery \uac12 \uc804\ub2ec POST \ubc29\uc2dd"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>------------------------ \uac1c\ubcc4 \uc804\ub2ec \n\n&lt;script src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.11.2\/jquery.min.js\">&lt;\/script>\n\n&lt;form id=\"frm\" method=\"post\"> \n    &lt;input type=\"text\" id='text01'>\n    &lt;input type=\"text\" id='text02'>\n    &lt;input type=\"text\" id='text03'>\n&lt;\/form>\n\n&lt;button type=\"button\" id='action-button' >Default&lt;\/button>\n \n&lt;div id=\"info\">&lt;\/div>\n \n&lt;script>\n \n$('#action-button').click(function() {\n   $.ajax({\n      url: '\uc804\ub2ec\ubc1b\ub294URL',\n\t  data: {\"text01\": $('#text01').val(), \"text02\": $('#text02').val(), \"text03\": $('#text03').val()}, \n      error: function() {\n         $('#info').html('&lt;p>An error has occurred&lt;\/p>');\n      },\n      dataType: 'html',\n      success: function(data) {\n\t  $(\"#info\").empty();\n         $('#info').append(data);\n      },\n      type: 'POST'\n   });\n});\n\n&lt;\/script>\n\n\n----------------------------- \uc804\uccb4 \uc804\ub2ec\n>>>> \uc804\ub2ec \ud558\ub294 \ud398\uc774\uc9c0 \n&lt;script src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.11.2\/jquery.min.js\">&lt;\/script>\n \n&lt;form action=\"tt2.html\" method=\"post\" name=\"myForm\" id=\"myForm\">\n&lt;input type=\"text\" name=\"user\" id=\"user\" value='' \/>\n&lt;input type=\"text\" name=\"pass\" id=\"pass\" \/>\n&lt;\/form>\n \n&lt;input type=\"button\" name=\"smt\" id=\"smt\" onclick='test()' value=\"Submit\" \/>\n&lt;div id=\"msgx\">&lt;\/div>\n \n&lt;script>\n$(\"#smt\").click(function(){\n \nvar form=$(\"#myForm\");\n \n$.ajax({\n        type:\"POST\",\n        url:\"tt2.html\",\n        data:form.serialize(),\n        success: function(response){\n            $('#msgx').append(response);\n        }\n    });\n});\n \n&lt;\/script>\n\n>>>>>> \ubc1b\ub294 \ud398\uc774\uc9c0\n&lt;?php\n$user=$_POST&#91;'user'];\n$pass=$_POST&#91;'pass'];\n \nif($user==\"hongtting\")\n{\n    echo \"HI \".$user;   \n}\nelse\n{\n    echo \"I dont know you.\";    \n}\n \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-669","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\/669","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=669"}],"version-history":[{"count":1,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/669\/revisions"}],"predecessor-version":[{"id":670,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/669\/revisions\/670"}],"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=669"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=669"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=669"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}