$(document).ready (function() {



$('.children').click(function() {

$(this).css('display','block');

});




});


