jQuery CSS ²Ù×÷ - offsetParent() ·½·¨
ʵÀý
ÉèÖÃ×î½üµÄ׿Ïȶ¨Î»ÔªËصı³¾°ÑÕÉ«£º
$("button").click(function(){
$("p").offsetParent()
.css("background-color","red");
});
¶¨ÒåºÍÓ÷¨
offsetParent() ·½·¨·µ»Ø×î½üµÄ׿Ïȶ¨Î»ÔªËØ¡£
¶¨Î»ÔªËØÖ¸µÄÊÇÔªËØµÄ CSS position ÊôÐÔ±»ÉèÖÃΪ relative¡¢absolute »ò fixed µÄÔªËØ¡£
¿ÉÒÔͨ¹ý jQuery ÉèÖà position£¬»òÕßͨ¹ý CSS µÄ position ÊôÐÔ¡£
Óï·¨
$(selector).offsetParent()