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

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

    
选择器
d="notMe"
id="myDiv"
DIV1
DIV2
SPAN
div class="notMe"
div class="myClass"
span class="myClass"
DIV
SPAN

P

div

p class="myClass"

span

p class="notMyClass"

  • list item 1
  • list item 2
  • list item 3
  • list item 4
  • list item 5
  • list item 1
  • list item 2
  • list item 3
  • list item 4
  • list item 5
Header 1
Value 1
Value 2
Header 1
Value 1
Value 2
Header 1
Value 1
Value 2
Header 1
Value 1
Value 2
Header 1
Value 1
Value 2
$("p:lang(it)")

Header 1

Contents 1

Header 2

Contents 2

a div
John Resig
George Martin
Malcom John Sinclair
Value 1
Value 2

Hello

Hello again!
Value 1
Value 2
Value 1
Value 2
Value 1
Value 2

Hello!

  • John
  • Karl
  • Brandon
  • Glen
  • Tane
  • Ralph
1
2
3
  • John
  • Karl
  • Brandon
  • Glen
  • Tane
  • Ralph

1 2 3

  • John
  • Karl
  • Brandon
  • Glen
  • Tane
  • Ralph
  • 1
  • 2
  • 3
  • 4
  • 1
  • 2
  • 3
  • 4
John
Kim
Adam
Rafael
Oleg
Dave
Ann
Maurice
Richard
Ralph
Jason
  • John
  • Karl
  • Brandon
  • Glen
None
Sibling!
Sibling!

  

转载于:https://www.cnblogs.com/qq1193447294/p/5898897.html

你可能感兴趣的文章
linux命令
查看>>
类库与框架,强类型与弱类型的闲聊
查看>>
webView添加头视图
查看>>
php match_model的简单使用
查看>>
在NT中直接访问物理内存
查看>>
Intel HEX 文件格式
查看>>
SIP服务器性能测试工具SIPp使用指导(转)
查看>>
php_扑克类
查看>>
回调没用,加上iframe提交表单
查看>>
(安卓)一般安卓开始界面 Loding 跳转 实例 ---亲测!
查看>>
Mysql 索引优化 - 1
查看>>
LeetCode(3) || Median of Two Sorted Arrays
查看>>
大话文本检测经典模型:EAST
查看>>
文本主题模型之LDA(一) LDA基础
查看>>
linux基础命令-chgrp/chown/chomd
查看>>
待整理
查看>>
iOS 6
查看>>
Nginx入门篇-基础知识与linux下安装操作
查看>>
一次动态sql查询订单数据的设计
查看>>
C# 类(10) 抽象类.
查看>>