码迷,mamicode.com
首页 > Web开发 > 详细

jquery css选择器

时间:2014-04-29 13:45:20      阅读:322      评论:0      收藏:0      [点我收藏+]

标签:js   jquery   

1. $(‘node+next‘) == $(‘node‘).next()

2. $(‘node~siblings‘) == $(‘node‘).nextAll();

3. :gt(index)大于index序号的的元素,从0开始

4. :lt(index)小于index序号的元素,从0开始

4. :header 获取所有h1,h2,h3,h4...的元素

jquery css选择器

标签:js   jquery   

原文地址:http://blog.csdn.net/achenzhaoa/article/details/24628155

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