Trigger child element's onclick event, but not parent's
问题 I've got some nested elements, each with an onclick event. In most cases, I want both events to fire when the user clicks the child (both parent and child events are triggered - default behavior). However, there is at least one case where I want to trigger the child's onclick event (from javascript, not a user's click), but not the parent's. How can I prevent this from triggering the parent event? What I was is: User clicks A: A's onclick fires. User clicks B: B's onclick fires, A's onclick