Such as the div container:
<div class="container">
<ul>
<li id="apple"> apple </li>
<li id="banana"> banana </li>
....
</ul>
</div>
And I am going to append new more li elements inside the container,so I need a way to check if that li's id which will append had been used or not?
[update]
In my case I would have several containers , So, the li elements which will have the same id possibly inside one or more of them in the same time.
Thank you very much!?
id. That defeats the purpose. – ash Jan 24 '11 at 4:39