I have the following selector
$('#navigation ul li a').click(function(evt) {}
this get the elements i need, but also retries child elements.
ie i get me this as well
#navigation ul li li a // extra li
Just wondering the best way to detect what level of the dom i am selecting.