Short cut code for to select the 3rd parent of an child element using Jquery. Could you please help me
Ex:
<div>
<div>
<div class="child">
</div>
</div>
</div>
JS
$('.child').parent().parent()
instead of going to this approach, is there any good way to select the parent element in Jquery