jQuery选择器

Posted 1016391912pm

tags:

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

$(...)支持所有css选择器。

css选择器 vs jQuery选择器:优先选择css选择器,因为效率高,jQuery选择器都是用js程序模拟的css选择器。

技术图片

jQuery选择器参考手册:https://www.runoob.com/jquery/jquery-ref-selectors.html

以上是关于jQuery选择器的主要内容,如果未能解决你的问题,请参考以下文章

jquery选择器都有哪些

[ jquery 选择器 总览 ] jquery选择器总览

jQuery ---[jQuery选择器,jQuery对象的遍历]

jQuery选择器

jQuery选择器概述

jQuery选择器介绍:基本选择器层次选择器过滤选择器表单选择器