Click DIV 1:
Because DIV 1 is inside Div 2, both DIVs get clicked when you click on DIV 1.
Check the stop propagation checkbox, and try again.
The stopPropagation() method allows you to prevent propagation of the current event.