jquery css选择器

时间:2014-04-29 13:45:20   收藏:0   阅读:322

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...的元素

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!