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