combine load content via .GET with show() effet

combine load content via .GET with show() effet

Hi again...

I have a page which load a content via a GET

The data is inserted into a DIV element, $("#mydiv").html(data)

then I add a show() method to make the DIV animate with show().

this code: $("#mydiv").html(data).show();

But it doesn't work. The content just show but without animation.

Any helps? thanks
sorry if this post has been posted before.