$('#messages').after('<div class="messages">something nice</ div>').fadeIn(5);
Umm, should this work? I am basiclaly trying to add elements to the #messages div but fade them in slowly after each addition. Any help is appreciated.
$('#messages').after('<div class="messages">something nice</ div>').fadeIn(5);
Umm, should this work? I am basiclaly trying to add elements to the #messages div but fade them in slowly after each addition. Any help is appreciated.