fadeIn new content

fadeIn new content

Please who can tell me how to fadeIn this content ?
thanks
my code:
$('#add_item').click(function() { 
$(this).before('<p>new </p>')
})