<header data-ride="share">
<div class="child__one">
<div class="child__two">
<div class="child__three"></div>
</div>
</div>
</header>
Is possible to catch the header tag from the child__three??
For example:
var parent = $('.child__three').parents('[data-ride="share"]');
This won't work at all.
Thanks.