how name operation elements jquery
<div id="mydiv">
<a>...</a>
<a>...</a>
<a>...</a>
<a>...</a>
<a>...</a>
<a>...</a>
</div>
if wanted name 2nd, 3rd 4th a
tags above example, that? wholly thing i cruise is:
$("#mydiv a:eq(1), #mydiv a:eq(2), #mydiv a:eq(3)")
but doesn't feeling unequivocally fit pretty. i speculation also name a
s following run .each
over them, nonetheless unequivocally ruin there lot some-more a
s.
Comments
Post a Comment