I have some code like this and I want to select every <a>
tag with the class status
in the div foo
<div id="foo">
...
<a class = "status"> ... </a>
...
</div>
You can do this $('#foo').find('.status')
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With