[jQuery] Duplicate IDs

[jQuery] Duplicate IDs


Please forgive me but I'm very new to all this and was just building a
page to handle multiple instances of the clueTip 'sticky' effect
(example 4 on the demo page).
The big problem I get is that I have to use:
<ul class="uk">
<li><a id="sticky" class="plot4" href="name1.html"
rel="name1.html">The Estelle<em><img src="assets/images/developments/
mannerscourt/estelle/estelle-sm.jpg" alt="The Estelle" title="The
Estelle" />The Estelle is a lovely 3 bedroom property with more
details to go in here...<span></span></em></a></li>
<li><a id="sticky" class="plot1" href="name2.html"
rel="name2.html">The Estelle<em><img src="assets/images/developments/
mannerscourt/estelle/estelle-sm.jpg" alt="The Estelle" title="The
Estelle" />The Estelle is a lovely 3 bedroom property with more
details to go in here...<span></span></em></a></li>
</ul>
Obviously duplicate IDs is a no no and only the first item in the list
works so how do I get around this?
Many thanks in advance.