I’m trying to append ajax data and slideDown Ajax result data (something like twitter load more)
Tried following code
$("#main").append(html).slideDown();
but data appears without any animation.
How can I append and animate html data from PHP side?
I guess that yoou want to slideDown newly created element instead of #main.
Thy this.