码迷,mamicode.com
首页 > 其他好文 > 详细

jquer 选择器

时间:2017-08-23 14:57:25      阅读:117      评论:0      收藏:0      [点我收藏+]

标签:intro   jquer   一个   htm   bsp   选择器   first   int   选择   

$(this) 选取当前 HTML 元素

$("p.intro") 选取 class 为 intro 的 <p> 元素

$("p:first") 选取第一个 <p> 元素

$(‘p:first-child‘) 选取属于 <p> 的父元素中第一个为 <p> 的元素

jquer 选择器

标签:intro   jquer   一个   htm   bsp   选择器   first   int   选择   

原文地址:http://www.cnblogs.com/jiaoyue/p/7417691.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!