首页 > 代码库 > jQuery 遍历 - eq() 和siblings() 方法
jQuery 遍历 - eq() 和siblings() 方法
eq() 方法将匹配元素集缩减值指定 index 上的一个。
通过为 index 为 2 的 div 添加适当的类,将其变为蓝色:
<!DOCTYPE html> <html> <head> <style> div { width:60px; height:60px; margin:10px; float:left; border:2px solid blue; } .blue { background:blue; } </style> <script type="text/javascript" src=http://www.mamicode.com/"/jquery/jquery.js"></script>>siblings()查找每个 p 元素的所有类名为 "selected" 的所有同胞元素:
<!DOCTYPE html> <html> <head> <script type="text/javascript" src=http://www.mamicode.com/"/jquery/jquery.js"></script>>jQuery 遍历 - eq() 和siblings() 方法
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。