I am trying to add an animation effect to changing contents of a selected element.
Like here's my code to change contents of a div..
$('.message').html('The product has been deleted.');
I want to add a simple slide down effect to this process. How should I do this?
demo