jQuery offsetParent() 方法

2018-11-21 13:45 更新

jQuery offsetParent() 方法

jQuery 遍歷方法 jQuery 遍歷方法

實(shí)例

設(shè)置 <p> 元素的最近的被定位的父元素的背景顏色:

$("button").click(function(){
$("p").offsetParent().css("background-color","red");
});

嘗試一下 ?

定義和用法

offsetParent() 方法返回第一個(gè)被定位的父元素。

提示:元素可通過(guò) jQuery 或 CSS 的 position 屬性(relative、absolute 或 fixed)來(lái)定位。


語(yǔ)法

$(selector).offsetParent()


jQuery 遍歷方法 jQuery 遍歷方法

以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)