js
[javaScript] this ์ธ์ ์ ๋ฌ onclick vs href
natrue
2021. 2. 21. 18:31
728x90
1. onclick vs href
<a href="fn_test(this);"> | <a onclick="javascript:fn_test(this);"> |
href : ์๊ธฐ ์์ ์ ์ง์นญํ๋ this ์ฌ์ฉ๋ถ๊ฐ | onclick : ์๊ธฐ ์์ ์ ์ง์นญํ๋ this ์ฌ์ฉ๊ฐ๋ฅ |
2. href๋ ์ ์๋ ๊น?
A ํ๊ทธ์์ <a href="" ๋ฐฉ๋ฒ์โ ํ์ดํผ๋งํฌ(href) ์์ ์๋ฐ์คํฌ๋ฆฝํธ๋ฅผ ํธ์ถํ๊ธฐ ์ํด ๋ง๋ค์ด ์ง ๊ฒโ
์ถ์ฒ : thingsthis.tistory.com/130