[jQuery] New to jQuery.. Seeking help with early ideas

[jQuery] New to jQuery.. Seeking help with early ideas


I'm currently loading an external .html file on click. The code is:
$("a#interactive").click(function () {
$("#subNav").load("work_interactive.html");
});
However, I'm having difficulty trying to learn how to add effects on
the content's load in. Maybe a fade in, or a drop down of the div,
etc. Any help?