[jQuery] determine the id of the clicked element in a certain area
if I have the following code:
<ul id="area">
<li id="id-1">...</li>
<li id="id-2">...</li>
<li id="id-3">...</li>
</ul>
Is there a way how I could let jQuery return the id of the li-element
which has been clicked?
Steef
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/