博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
jQuery的选择器
阅读量:6686 次
发布时间:2019-06-25

本文共 1536 字,大约阅读时间需要 5 分钟。

1. jQuery的基本选择器

代码示例如下所示:

    
jQuery的基本选择器

显示结果如下图:

 

2. 层级选择器

代码如下:

    
jQuery的层级选择器
  • 111
  • 222
  • 333
    1. aaa
    2. bbb
    3. ccc

显示的效果, 如下图所示:

 

3. 基本过滤选择器

代码如下:

    
jQuery的基本过滤选择器
  • This is the first line.
  • This is the second line.
  • This is the third line.
  • This is the fourth line.
  • This is the fifth line.

显示结果为:

4. 属性选择器

示例代码如下:

    
jQuery的属性选择器

属性选择器

  • This is the first line.
  • This is the second line.
  • This is the third line.
  • This is the fourth line.

显示的结果如下图所示:

 

5. 筛选选择器

示例代码如下所示:

    
jQuery的筛选选择器

第一个span标签 第二个span标签 第三个span标签

  • This is the first line.
  • This is the second line.
  • This is the third line.
  • This is the fourth line.

显示结果如下图所示:

 

转载于:https://www.cnblogs.com/yang-wei/p/9495435.html

你可能感兴趣的文章
win7安装virtualbox遇到的问题
查看>>
vue如何设置login页面
查看>>
Vue路由
查看>>
自动旋转屏幕默认旋转
查看>>
uva 1449 - Dominating Patterns
查看>>
新闻发布项目——业务逻辑层(UserServiceImpl)
查看>>
PHP开发中比较容易记错的几个重要知识
查看>>
两个科幻短篇观后感
查看>>
C# 随机数类
查看>>
C# 数据类型及转换
查看>>
mui ajax 应用的跨域问题
查看>>
Linux 远程和本地的一些解决方式
查看>>
iOS程序 防止动态调试和代码注入
查看>>
python 装饰器
查看>>
C# 平面文件批量导数据到DB(二)
查看>>
终端、作业控制与守护进程
查看>>
反射遍历List<>泛型类型
查看>>
P1913 L国的战斗之伞兵(广搜BFS)
查看>>
前后端分离,导出数据为文件或下载文件,前端如何处理后端返回的数据
查看>>
java简易的局域网聊天工具
查看>>