{"id":3152,"date":"2009-12-10T09:27:35","date_gmt":"2009-12-10T09:27:35","guid":{"rendered":"http:\/\/dev.jblove.net\/?p=3152"},"modified":"2009-12-10T09:27:35","modified_gmt":"2009-12-10T09:27:35","slug":"jquery-getjson%ec%9d%84-%ec%9d%b4%ec%9a%a9%ed%95%98%ec%97%ac-%ec%99%b8%eb%b6%80%ec%84%9c%eb%b2%84%ec%97%90%ec%84%9c-%eb%8d%b0%ec%9d%b4%ed%84%b0%eb%a5%bc-%eb%b0%9b%ec%95%84%ec%98%ac-%ea%b2%bd%ec%9a%b0","status":"publish","type":"post","link":"https:\/\/jblove.net\/?p=3152","title":{"rendered":"jquery getJSON\uc744 \uc774\uc6a9\ud558\uc5ec \uc678\ubd80\uc11c\ubc84\uc5d0\uc11c \ub370\uc774\ud130\ub97c \ubc1b\uc544\uc62c \uacbd\uc6b0"},"content":{"rendered":"<p>\uc81c\ubaa9\ucc98\ub7fc jquery getJSON\uc744 \uc774\uc6a9\ud558\uc5ec \uc678\ubd80\uc11c\ubc84\uc5d0\uc11c \ub370\uc774\ud130\ub97c \ubc1b\uc544\uc62c \uacbd\uc6b0 \uc77c\ubc18\uc801\uc778 \ub9e4\ub274\uc5bc\uc0c1\uc758<BR>\uc124\uc815\uc73c\ub85c\ub294 \ub370\uc774\ud130\ub97c \uac00\uc838\uc62c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.<BR><BR>\uc77c\ubc18 \uc124\uc815 (\uc678\ubd80\uc11c\ubc84\uac00 \uc544\ub2cc \ub3d9\uc77c\ud55c \ub3c4\uba54\uc778\uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9)<BR><br \/>\n<DIV style=\"PADDING-BOTTOM: 10px; BACKGROUND-COLOR: #ffdaed; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 10px\">$.getJSON(<A href=\"http:\/\/a.com\/a.php?id=gogo\">http:\/\/a.com\/a.php?id=gogo<\/A>, function(data, textStatus){<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \/\/data \ub0b4\uc6a9 \ucc98\ub9ac<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; });<\/DIV><BR>cross domain \uc124\uc815<BR><br \/>\n<DIV style=\"PADDING-BOTTOM: 10px; BACKGROUND-COLOR: #d0ff9d; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 10px\">$.getJSON(&#8220;<A href=\"http:\/\/a.com\/a.php?id=gogo\">http:\/\/a.com\/a.php?id=gogo<\/A>&amp;callback=?&#8221;, function(data, textStatus){<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \/\/data \ub0b4\uc6a9 \ucc98\ub9ac<BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; });<\/DIV><BR>a.php\uc758 \ub0b4\uc6a9<BR><br \/>\n<DIV style=\"PADDING-BOTTOM: 10px; BACKGROUND-COLOR: #d0ff9d; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 10px\">echo $_GET[&#8216;callback&#8217;].&#8221;(&#8220;.JSON\ub370\uc774\ud130.&#8221;)&#8221;;<\/DIV><BR>\uc704\ucc98\ub7fc \ub9cc\ub4e4\uc5b4\uc9c4 json\ub370\uc774\ud130\ub97c ()\ub85c \uac10\uc2f8\uace0 \uc55e\uc5d0 callback\ubcc0\uc218\uc758 \ub0b4\uc6a9\uc744 \ubd99\uc5ec\uc918\uc57c \ud569\ub2c8\ub2e4.<BR>\uadf8\ub798\uc57c\uc9c0 \ub2e4\ub978 \ub3c4\uba54\uc778\uc11c\ubc84\uc758 json \ub370\uc774\ud130\ub97c \uc774\uc0c1\uc5c6\uc774 \uc218\uc2e0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<BR><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc81c\ubaa9\ucc98\ub7fc jquery getJSON\uc744 \uc774\uc6a9\ud558\uc5ec \uc678\ubd80\uc11c\ubc84\uc5d0\uc11c \ub370\uc774\ud130\ub97c \ubc1b\uc544\uc62c \uacbd\uc6b0 \uc77c\ubc18\uc801\uc778 \ub9e4\ub274\uc5bc\uc0c1\uc758\uc124\uc815\uc73c\ub85c\ub294 \ub370\uc774\ud130\ub97c \uac00\uc838\uc62c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.\uc77c\ubc18 \uc124\uc815 (\uc678\ubd80\uc11c\ubc84\uac00 \uc544\ub2cc \ub3d9\uc77c\ud55c \ub3c4\uba54\uc778\uc11c\ubc84\uc5d0\uc11c \uc0ac\uc6a9) $.getJSON(http:\/\/a.com\/a.php?id=gogo, function(data, textStatus){&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \/\/data \ub0b4\uc6a9 \ucc98\ub9ac&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; });cross domain \uc124\uc815 $.getJSON(&#8220;http:\/\/a.com\/a.php?id=gogo&amp;callback=?&#8221;, function(data, textStatus){&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \/\/data \ub0b4\uc6a9 \ucc98\ub9ac&nbsp; &nbsp; &nbsp; &nbsp; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[51],"tags":[750,751,752,753],"class_list":["post-3152","post","type-post","status-publish","format-standard","hentry","category-papa-php","tag-cross-domain","tag-getjson","tag-jquery","tag-json"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/jblove.net\/index.php?rest_route=\/wp\/v2\/posts\/3152","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jblove.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jblove.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jblove.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jblove.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3152"}],"version-history":[{"count":0,"href":"https:\/\/jblove.net\/index.php?rest_route=\/wp\/v2\/posts\/3152\/revisions"}],"wp:attachment":[{"href":"https:\/\/jblove.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3152"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jblove.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3152"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jblove.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3152"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}