[jQuery] Re: Append data using Slide In animation

2009-08-31 Thread Namir
thanks, I managed to get it to slide doing it using your method.

[jQuery] Re: Append data using Slide In animation

2009-08-30 Thread Jules
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){ >