Skip to main content
edited tags
Link
BoltClock
  • 715.9k
  • 164
  • 1.4k
  • 1.4k
Source Link
CaffGeek
  • 22k
  • 18
  • 103
  • 184

jQuery select elements with multiple classes

I need to select all elements that contain multiple classes. The class names don't matter, I just need to select any elements with two or more.

What would the jQuery selector for that look like?