반응형
See the Pen button*event막기 by is k (@is-k) on CodePen.
정리
- button(tag) + text(type) → .preventDefault()
- button(tag) + submit(type) → .preventDefault()
- button(tag) + button(type) → .submit()
728x90
반응형
See the Pen button*event막기 by is k (@is-k) on CodePen.