我需要在jquery中选择元素,其中的attibute值不以指定的子字符串结尾.
它必须等同于" 匹配所有元素,但那些以该属性中给定子字符串结尾的元素 ".
所以e[a!@#=finstr]匹配e,e a="finstring"等,并且不匹配e a="somethingfinstr",e a="finstr".
e[a!@#=finstr]
a="finstring"
a="somethingfinstr"
a="finstr"
帮助,谢谢.
jquery attributes jquery-selectors
attributes ×1
jquery ×1
jquery-selectors ×1