前端开发面试笔试题学习--jQuery01

1、 JQuery中有几种类型的选择器

1.层叠选择器$(“form input”)

2.基本过滤选择器:first:last:not()

3.内容过滤选择器:odd:eq():animated

4.可视化过滤选择器:hidden:visible

5.属性过滤选择器:div[id]

6.子元素过滤选择器:first-child:last-child:only:child

7.表单元素过滤选择器:enabled:disabled:checked:selected

8.id,类,类型,元素...

猜你喜欢

转载自blog.csdn.net/M612a34/article/details/79369355