I need some help to select an element in jquery…
With the following code
<ul>
<li>
<div>
<div>
<a href="#" id="target">link</a>
</div>
<span>Hello</span>
</div>
</li>
</ul>
I need to target the <span> tag but I only know the id of <a> tag.
Someone can help me ?
Thanks
1 Answer