var html = \"Hello stuff here\" $(\"#mycontent\").append(html).fadeIn(999);
This doesn\'t seem to work.
$(html).hide().appendTo("#mycontent").fadeIn(1000);