> $("#photo").fadeIn("slow");
> $("#photo").show;
$("#photo").fadeIn("slow", function() {
$(this).show();
}
it should work well
> $("#photo").fadeIn("slow");
> $("#photo").show;
$("#photo").fadeIn("slow", function() {
$(this).show();
}
it should work well