http://jsfiddle.net/waitinforatrain/8AqgU/
In the provided example link, there is a nested ordered list. By opening your Chrome/Firebug console, you can observe that clicking a child element triggers a .click() event on its parent elements as well.
Is there a method to specifically detect the .click() on the visible foreground element that was clicked?