{"id":589,"date":"2024-04-15T10:20:11","date_gmt":"2024-04-15T01:20:11","guid":{"rendered":"http:\/\/inwelly.com\/?p=589"},"modified":"2024-04-22T06:11:33","modified_gmt":"2024-04-21T21:11:33","slug":"javascript-%eb%9d%bc%eb%94%94%ec%98%a4-%eb%b2%84%ed%8a%bc%ec%9d%98-%ec%84%a0%ed%83%9d","status":"publish","type":"post","link":"https:\/\/inwelly.com\/?p=589","title":{"rendered":"JAVASCRIPT \ub77c\ub514\uc624 \ubc84\ud2bc\uc758 \uc120\ud0dd"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>&lt;input type=\"radio\" name=\"class\" value=\"1\">\n&lt;input type=\"radio\" name=\"class\" value=\"2\">\n&lt;input type=\"radio\" name=\"class\" value=\"3\">\n&lt;input type=\"radio\" name=\"class\" value=\"4\">\n\n&lt;script>\nvar inputRadio = document.getElementsByName('class');\nvar inputRadioCnt = document.getElementsByName('class').length;\nvar isRadioChecked = 0;\n\nfor(var i=0; i&lt;inputRadioCnt; i++)\n{\n       if(inputRadio&#91;i].checked) \n        {\n         isRadioChecked++;\n        }\n}\n\n\nif(isRadioChecked &lt; 1)\n{\n alert('RADIO \ubc84\ud2bc\uc744 \uc120\ud0dd\ud558\uc138\uc694');\n}\n&lt;\/script>\n\n\n\uc5b4\ub514\uc120\uac00 \uc90d\uc5b4\uc628 TIP \uc785\ub2c8\ub2e4. \uae30\uc5b5\uc774 \ub098\uc9c0 \uc54a\uc74c !!<\/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-589","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\/589","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=589"}],"version-history":[{"count":1,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/589\/revisions"}],"predecessor-version":[{"id":590,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/589\/revisions\/590"}],"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=589"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=589"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=589"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}