I am trying to find the parent of an element and it\'s parent first child, the code is like this:
&l
$('.selected').parent().siblings(':first-child').children().addClass('selected');
FIDDLE DEMO