< ul id='myid' >
< li id='1' >First< /li >
< li id='2' >Second< /li >
< li id='3' >Third< /li >
< li id='4' >Fourth< /li >
< li id='5' >Fifth< /li >
</ul>
How can I alert the id of the li item clicked(anything that can replace the id may be value or something else will also work)
please help
thanks in advance
Dave