myDiv: with clickable items inside myList


yourDiv with some clickable items inside yourList:

The first two items and the div have onclick handlers, third item and the list do not.
Notice that the bubbling goes from the list item directly to the div.
Also notice that as the click on yourItem2 propagates, the value of this is the currentTarget.