<div class="component-content login-wrap2">
<div class="login"></div>
<div>
<ul>
<li></li>
<li></li>
<li>
<a href="/shipzilla/login?view=registration">
Not a member yet?
<span>Sign up now!</span>
</a>
</li>
</ul>
</div>
I want to change the attribute for the href in the 3rd li.
The problem, what selector should I use so that I could user the .attr() function. 🙂
Thanks.
this will give u content of third li.