[jQuery] Re: Append data using Slide In animation
thanks, I managed to get it to slide doing it using your method.
[jQuery] Re: Append data using Slide In animation
try this $(data).appendTo("#chat_box").show(); On Aug 31, 3:14 am, Namir wrote: > Well I want to append some data to a div called chat_box but I want it > to slide in from the bottom as it appears, the code Im currently using > to attempt to reach this is > success: function(data){ >