Is there a different approach I can take to achieve this desired outcome? Currently, the code snippet below is not yielding the expected results.
$('.child_flyout:after').css({'top':'20px'});
Are there any alternative methods in jQuery that might work better?