jQuery Get Child Div
$(this).children('div').show();
Mingles444
$(this).children('div').show();
$('.class').children().addClass('added-class');