jQuery Get Child Div
$(this).children('div').show();
Mingles444
$(this).children('div').show();
$( "ul.level-2" ).children().css( "background-color", "red" );
$( "ul.level-2" ).children().css( "background-color", "red" );