Jquery get links where id is empty
- by gulbaek
Hi
I need to change the font color on the first link.
<a href="/default.aspx" class="content">Frontpage</a>
<a href="/default.aspx" class="content" id="product_randomnumber_link">Frontpage</a>
But I just can't figure out a way to only select the first a.