blah blah blah is here! blah blah » Close

2
votes
1 answers

Using jquery, I want to select all objects that have the class bcblue

Just getting used to jQuery. I want to select all the objects in the DOM that have a class named bcblue on my web page. I then want to loop through each element and modify them. How can I select these items?

Feedback