{"id":157,"date":"2015-09-10T12:34:00","date_gmt":"2015-09-10T03:34:00","guid":{"rendered":"https:\/\/trret.com\/?p=157"},"modified":"2021-03-19T23:48:24","modified_gmt":"2021-03-19T14:48:24","slug":"javascript-%ea%b0%9d%ec%b2%b4-%ec%9d%b4%eb%b2%a4%ed%8a%b8-%eb%aa%a8%ec%9d%8c","status":"publish","type":"post","link":"https:\/\/trret.com\/?p=157","title":{"rendered":"JavaScript \uac1d\uccb4 \uc774\ubca4\ud2b8 \ubaa8\uc74c"},"content":{"rendered":"\n<p><strong>.focus()<\/strong><br>\uc694\uc18c\uc5d0\uc11c \ud3ec\ucee4\uc2a4 \ub418\uc5c8\uc744 \uacbd\uc6b0<br><strong>.blur()<\/strong><br>\uc694\uc18c\uc5d0\uc11c \ud3ec\ucee4\uc2a4\ub97c \uc783\uc5b4 \ubc84\ub9b4 \uacbd\uc6b0<\/p>\n\n\n\n<p><strong>.click()<\/strong><br>\ub9c8\uc6b0\uc2a4 \ud074\ub9ad\uc2dc<br><strong>.dblclick()<\/strong><br>\ub9c8\uc6b0\uc2a4 \ub354\ube14\ud074\ub9ad\uc2dc<\/p>\n\n\n\n<p><strong>.mousedown()<\/strong><br>\ub9c8\uc6b0\uc2a4 \ubc84\ud2bc\uc744 \ub204\ub974\ub294 \uc21c\uac04<br><strong>.mouseup()<\/strong><br>\ub9c8\uc6b0\uc2a4 \ubc84\ud2bc\uc744 \ub193\ub294 \uc21c\uac04<br><strong>.hover()<\/strong><br>\ub9c8\uc6b0\uc2a4\uac00 \uc694\uc18c \uc704\uc5d0 \uc704\uce58\ud560\ub54c<\/p>\n\n\n\n<p><strong>.mouseover()<\/strong><br>\uc120\ud0dd \uc694\uc18c\uc5d0 \ub9c8\uc6b0\uc2a4\uac00 \uc9c4\uc785\ud560 \ub54c. \uc790\uc2dd\uc694\uc18c\uc5d0 \ub4e4\uc5b4\uac00\uba74 \ud55c\ubc88\ub354 \uc2e4\ud589\ub41c\ub2e4.<br><strong>.mouseout()<\/strong><br>\uc120\ud0dd \uc694\uc18c\uc5d0\uc11c \ub9c8\uc6b0\uc2a4\uac00 \ubc97\uc5b4\ub0a0\ub54c. \uc790\uc2dd\uc694\uc18c\uc5d0\uc11c \ub098\uc62c \ub54c \ud55c\ubc88\ub354 \uc2e4\ud589\ub41c\ub2e4.<\/p>\n\n\n\n<p><strong>.mouseenter()<\/strong><br>\uc120\ud0dd \uc601\uc5ed\uc5d0 \ub9c8\uc6b0\uc2a4\uac00 \uc9c4\uc785\ud560\ub54c. \uc601\uc5ed\ub0b4\uc5d0 \ud55c\ubc88\ub9cc \uc2e4\ud589\ud55c\ub2e4.<br><strong>.mouseleave()<\/strong><br>\uc120\ud0dd \uc694\uc18c\uc5d0\uc11c \ub9c8\uc6b0\uc2a4\uac00 \ubc97\uc5b4\ub0a0\ub54c. \uc601\uc5ed\ub0b4\uc5d0 \ud55c\ubc88\ub9cc \uc2e4\ud589\ud55c\ub2e4.<\/p>\n\n\n\n<p><strong>#hover\uc640 mouseover\uc758 \ucc28\uc774<\/strong><br>$(selector).hover(handlerIn, handlerOut);<br>$(selector).mouseenter(handlerIn).mouseleave(handlerOut);<\/p>\n\n\n\n<p><strong>.change()<\/strong><br>input, textarea, select \ub4f1\uc758 \uc694\uc18c \uac12\uc774 \ubcc0\uacbd\ub420\uc2dc<\/p>\n\n\n\n<p><strong>.keydown()<\/strong><br>\ud0a4 \uc785\ub825\uc2dc \ubc1c\uc0dd. \ub204\ub974\uace0 \uc788\uc744 \ub54c \ud55c\ubc88\uc2e4\ud589.<br><strong>.keypress()<\/strong><br>\ud0a4 \uc785\ub825\uc2dc \ubc1c\uc0dd. \ub204\ub974\uace0 \uc788\uc73c\uba74 \uacc4\uc18d \uc2e4\ud589\ub428.<br><strong>.keyup()<\/strong><br>\ud0a4 \uc785\ub825 \ud6c4 \uc190\uc744 \ub5d0\uc744 \ub54c \ubc1c\uc0dd<\/p>\n\n\n\n<p><strong>.ready()<\/strong><br>DOM \uc774 \ubaa8\ub450 \uc644\ub8cc\ub418\uc5c8\uc744\ub54c<\/p>\n\n\n\n<p><strong>.resize()<\/strong><br>\ucc3d\ud06c\uae30\uac00 \ubcc0\uacbd\ub420\ub54c<\/p>\n\n\n\n<p><strong>.scroll()<\/strong><br>\uc2a4\ud06c\ub864\ub420\ub54c<\/p>\n\n\n\n<p><strong>.select()<\/strong><br>\uc120\ud0dd\ud55c \uac1c\uccb4\ub97c \ube14\ub77d\ud560 \ub54c. input, textarea\uc5d0 \uc81c\ud55c\uc801 \uc801\uc6a9<br><a rel=\"noreferrer noopener\" href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/HTMLInputElement\/select\" target=\"_blank\">\uc608\uc81c<\/a><\/p>\n\n\n\n<p><strong>.submit()<\/strong><br>submit\uc774 \uc77c\uc5b4\ub0a0\ub54c<\/p>\n","protected":false},"excerpt":{"rendered":"<p>.focus()\uc694\uc18c\uc5d0\uc11c \ud3ec\ucee4\uc2a4 \ub418\uc5c8\uc744 \uacbd\uc6b0.blur()\uc694\uc18c\uc5d0\uc11c \ud3ec\ucee4\uc2a4\ub97c \uc783\uc5b4 \ubc84\ub9b4 \uacbd\uc6b0 .click()\ub9c8\uc6b0\uc2a4 \ud074\ub9ad\uc2dc.dblclick()\ub9c8\uc6b0\uc2a4 \ub354\ube14\ud074\ub9ad\uc2dc .mousedown()\ub9c8\uc6b0\uc2a4 \ubc84\ud2bc\uc744 \ub204\ub974\ub294 \uc21c\uac04.mouseup()\ub9c8\uc6b0\uc2a4 \ubc84\ud2bc\uc744 \ub193\ub294 \uc21c\uac04.hover()\ub9c8\uc6b0\uc2a4\uac00 \uc694\uc18c \uc704\uc5d0 \uc704\uce58\ud560\ub54c .mouseover()\uc120\ud0dd \uc694\uc18c\uc5d0 \ub9c8\uc6b0\uc2a4\uac00 \uc9c4\uc785\ud560 \ub54c. \uc790\uc2dd\uc694\uc18c\uc5d0 \ub4e4\uc5b4\uac00\uba74 \ud55c\ubc88\ub354 \uc2e4\ud589\ub41c\ub2e4..mouseout()\uc120\ud0dd \uc694\uc18c\uc5d0\uc11c \ub9c8\uc6b0\uc2a4\uac00 \ubc97\uc5b4\ub0a0\ub54c. \uc790\uc2dd\uc694\uc18c\uc5d0\uc11c \ub098\uc62c \ub54c \ud55c\ubc88\ub354 \uc2e4\ud589\ub41c\ub2e4. .mouseenter()\uc120\ud0dd \uc601\uc5ed\uc5d0 \ub9c8\uc6b0\uc2a4\uac00 \uc9c4\uc785\ud560\ub54c. \uc601\uc5ed\ub0b4\uc5d0 \ud55c\ubc88\ub9cc \uc2e4\ud589\ud55c\ub2e4..mouseleave()\uc120\ud0dd \uc694\uc18c\uc5d0\uc11c \ub9c8\uc6b0\uc2a4\uac00 \ubc97\uc5b4\ub0a0\ub54c. \uc601\uc5ed\ub0b4\uc5d0 \ud55c\ubc88\ub9cc <a href=\"https:\/\/trret.com\/?p=157\" class=\"btn btn-link continue-link\">\ub354 \uc77d\uae30<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[12],"tags":[],"_links":{"self":[{"href":"https:\/\/trret.com\/index.php?rest_route=\/wp\/v2\/posts\/157"}],"collection":[{"href":"https:\/\/trret.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/trret.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/trret.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/trret.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=157"}],"version-history":[{"count":1,"href":"https:\/\/trret.com\/index.php?rest_route=\/wp\/v2\/posts\/157\/revisions"}],"predecessor-version":[{"id":158,"href":"https:\/\/trret.com\/index.php?rest_route=\/wp\/v2\/posts\/157\/revisions\/158"}],"wp:attachment":[{"href":"https:\/\/trret.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=157"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/trret.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=157"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/trret.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=157"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}