标签: jquery jquery-selectors
在a:contains jquery call中实现OR语句的最佳方法是什么?
由于
答案 0 :(得分:5)
唯一的方法是将其中两个together:
$('a:contains(b), a:contains(c)')