Reputation: 130
I'm trying to access all anchors in the page that has a certain class using jQuery
For example. access all anchors that have class "bold"
I tried
$('.bold');
But I only need to select the anchors, can you please help me?
Thank you in advance
Upvotes: 2
Views: 2372