jQuery offsetParent() 方法
遍历方法设置 <p> 元素的最近的被定位的父元素的背景颜色:
$("button").click(function(){
$("p").offsetParent().css("background-color","red");
});
$("p").offsetParent().css("background-color","red");
});
定义和用法
offsetParent() 方法返回第一个被定位的父元素。
提示:元素可通过 jQuery 或 CSS 的 position 属性(relative、absolute 或 fixed)来定位。
语法
$(selector).offsetParent()
遍历方法
版权声明:本页面内容旨在传播知识,为用户自行发布,若有侵权等问题请及时与本网联系,我们将第一时间处理。E-mail:284563525@qq.com