We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Get the parent Module for each element in the set of matched elements
.parentModule(config)
[config]
Object
<div class="myModule" id="alpha"> <div> <div class="myModule_myComponent" id="beta"></div> </div> </div>
var parent = sQuery('#beta').parentModule(); // returns #alpha element