jQuery中siblings()方法用法实例_jquery

WBOY
Release: 2016-05-16 16:21:25
Original
1190 people have browsed it

本文实例讲述了jQuery中siblings()方法用法。分享给大家供大家参考。具体分析如下:

此方法能够获取匹配元素集合中每一个元素的同辈元素。
同辈元素集合可以使用表达式进行筛选。

语法结构:

复制代码代码如下:
$(selector).siblings(expr)

参数列表:
参数 描述
expr 可选。用于筛选同辈元素的表达式。

实例代码:

实例一:

复制代码代码如下:






siblings()函数-脚本之家





我是first下的p


我是div下的span



  • 我是li


我是second下的p





实例二:

复制代码代码如下:






siblings()函数-脚本之家





我是first下的p


我是div下的span



  • 我是li


我是second下的p





希望本文所述对大家的jQuery程序设计有所帮助。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!