I am loading JSON data to my page and using appendTo() but I am trying to fade in my results, any ideas?
appendTo()
$(\"#posts\").fadeIn(); $(content).appe
I tried what you said did the trick but is not working. it worked with the following code
$("div").append("content-to-add").hide().fadeIn();