W3Schools.com

jQuery CSS offsetParent() Method

jQuery CSS Methods jQuery CSS Methods

Example

Set the background color of the first positioned parent element of the p element:

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

Try it yourself »

Definition and Usage

The offsetParent() method returns the closest ancestor (parent) element with a specified position (a position different than default).

Tip: An element can be positioned with jQuery, or with the CSS position property (relative, absolute, or fixed).

Syntax

$(selector).offsetParent()
 

jQuery CSS Methods jQuery CSS Methods


WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$3.98 Unlimited Hosting
Premium Website Design
WEB BUILDING
XML Editor - Free Trial!
FREE Website BUILDER
Best Website Templates Top CSS Templates
CREATE HTML Websites
EASY WEBSITE BUILDER
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE