> == Desired result:
> I want a html file to be loaded into a div element. When the file is
> injected, I want it to fade in.


Also, if you want to bind events/handlers to any elements in the html
file you've just loaded, check out the livequery plugin:

<a href="http://brandonaaron.net/docs/livequery/";>Livequery</a>

If the elements are introduced into the page after the DOM has
finished loading, your events won't work, but this plugin takes care
of that for you.  Just used it and it's marvelous.

Reply via email to