Let\'s say I have an element with an onclick event, and another element inside it, how do I disable the onclick for the child element?
Example:
You can have an onClick for the checkbox that sets the h3.onClick property to blank if the box is checked, and sets it to the correct function reference if it is not checked.