vsn4ik / bootstrap-checkbox

A checkbox component based on Bootstrap framework.
https://vsn4ik.github.io/bootstrap-checkbox/
MIT License
213 stars 61 forks source link

Use event.currentTarget instead event.target on *.prototype.click method #19

Closed vsn4ik closed 8 years ago

vsn4ik commented 8 years ago

event.target == <span> if the cursor is positioned over <span> (MouseEvent).