I\'m trying to create one event listener to handle all my \"clicks\" by putting it on the body and doing some event delegation. A simple example of what i\'m trying to do i
If you click li ,you are current 2 step childnodes from parentNode div#div1
div#div1
div#div1 > ul > li[current target] //back parentNode to 2 times