标签:
依次过滤$(“.good”).filter(“.list”).filter(“.Card”)
属性选择$(“[class=‘good list Card‘]“);此处 顺序必须一致才行
直接直接用 $(“.good.list.Card”)
jquery如何选择带有多个class的元素
原文地址:http://www.cnblogs.com/Alex80/p/4508287.html