Answers

Question and Answer:

  Home  JQuery Programmer

⟩ How to select elements using jQuery whose css class is some-class?

$('.some-class') selects all elements in the document that have a class of some-class.

 229 views

More Questions for you: