[jQuery] Fade effects when using replacement technique?

[jQuery] Fade effects when using replacement technique?


For an idea, here is a snippet:
n_video.clone().insertAfter(u_video);
Is there a way to make it so the content that is inserted, is inserted
with an "effect?"
If anyone can provide an example that would be awesome. Thanks!