jquery not() 方法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jquery not() 方法相关的知识,希望对你有一定的参考价值。

1.not(expression) 根据表达式参数的值,从包装集里删除元素

   example : $(‘img[alt]‘).not(‘[alt*=joy]‘) 返回包含属性alt的img元素,但img的alt属性中含有joy的除外

2.note :  not()方法不支持元素选择器   ,上面的语句如果写成$(‘img[alt]‘).not(‘img[alt*=joy]‘)是错误的!!!

以上是关于jquery not() 方法的主要内容,如果未能解决你的问题,请参考以下文章

通过 :not 在 jQuery 选择器中隐藏除 $(this) 之外的所有内容

SQL Server-聚焦NOT IN VS NOT EXISTS VS LEFT JOIN...IS NULL性能分析(十八)

jquery not() 方法

jQuery性能优化

LoadRunner性能测试过程中报Error(-17998):Failed to get [param not passed in call] thread TLS entry.

Electron "jQuery/$ is not defined" 解决方法