如何在 jQuery 中选择具有多个类的元素?
I want to select all the elements that have the two classes a
and b
.
<element class="a b">
So, only the elements that have both classes.
When I use $(".a, .b")
it gives me the union, but I want the intersection.
转载于:https://stackoverflow.com/questions/1041344/how-can-i-select-an-element-with-multiple-classes-in-jquery
北城已荒凉
2009/06/24 22:28- css
- javascript
- jquery
- 点赞
- 收藏
- 回答
满意答案