How can I prevent the click event from firing, if the click was on a checkbox?
I mean, when I click in the text area, I'd like to handle that but when the checkbox is being clicked, I don't want that click code to fire.
How can I prevent the click event from firing, if the click was on a checkbox?
I mean, when I click in the text area, I'd like to handle that but when the checkbox is being clicked, I don't want that click code to fire.