[ jquery 过滤器 offsetParent() ] 此方法用于在选择器的基础之上搜索被选元素有定位的父级元素,仅对可见元素有效

Posted 窗棂博客记录

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[ jquery 过滤器 offsetParent() ] 此方法用于在选择器的基础之上搜索被选元素有定位的父级元素,仅对可见元素有效相关的知识,希望对你有一定的参考价值。

此方法用于在选择器的基础之上搜索被选元素有定位的父级元素,仅对可见元素有效:

返回第一个匹配元素用于定位的父节点,这返回父元素中第一个其position设为relative或者absolute的元素,此方法仅对可见元素有效

实例:

<html lang=‘zh-cn‘>
<head>
<title>Insert you title</title>
<meta http-equiv=‘description‘ content=‘this is my page‘>
<meta http-equiv=‘keywords‘ content=‘keyword1,keyword2,keyword3‘>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type=‘text/javascript‘ src=‘./js/jquery-1.12.1.min.js‘></script>
<style type="text/css">
    *{margin:0;padding:0;}
    html{font:400 15px/1.2em ‘Courier New‘;color:#666;width:750px;margin:25px auto;}
    div > p{white-space: pre-wrap;margin:15px 0;}
    div >*{text-indent:8px;}
    .hover{color:#FF96EC;}
</style>
<script type=‘text/javascript‘>
    $(function(){
        $("p").offsetParent().css("background-color","red");
    });
</script>
</head>
<body>
    <div style="width:70%;position:absolute;left:100px;top:100px">
      <div style="margin:50px;background-color:yellow">
         <p>点击下面的按钮可以设置本段落的最近的父(祖先)元素的背景色。</p>
       <div>
    </div>
</body>
</html>

 

以上是关于[ jquery 过滤器 offsetParent() ] 此方法用于在选择器的基础之上搜索被选元素有定位的父级元素,仅对可见元素有效的主要内容,如果未能解决你的问题,请参考以下文章

同位素过滤器实施后 jQuery 调用不起作用

jquery过滤器

JQuery的常用选择器过滤器方法祥细介绍

没有自动过滤器的jquery移动搜索

带有 LinQ 过滤器和 jQuery tmpl 示例的 jQuery AJAX 请求

jQuery中的Grep与过滤器?