开发者

jQuery not first selector found by attributeContains

I have a problem with sele开发者_StackOverflowcting "not first selector" using attributeContains

jQuery('div[id*="abc"]:not(:first)').hide();


Try to chain it like this:

jQuery('div[id*="abc"]').not(':first').hide();
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜