jQuery append while slideToggle

Posted by Qiao on Stack Overflow See other posts from Stack Overflow or by Qiao
Published on 2010-03-14T00:51:25Z Indexed on 2010/03/14 0:55 UTC
Read the original article Hit count: 290

Filed under:

I am appending new data - $('#posts').append(data);
But I want this new data to .slideToggle() while appending.

How can it be done?

© Stack Overflow or respective owner

Related posts about jQuery