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:
http://www.quirksmode.org/js/events_order.html
See stopPropagation()