I am trying to find the parent of an element and it\'s parent first child, the code is like this:
&l
$('.selected').closest('ul').find('li:first').addClass('selected');
reference closest