Top
페이지의 링크 클릭시 페이지 이동 막는 방법.
- HTML -
- JS -
attr과 prop는 비슷한듯 다르다.
attr은 속성을 문자열로 사용할 때 "checked" 로, prop는 속성을 Boolean으로 사용할 때 true, false 로 사용한다.