[jQuery] JQuery & Ajax

[jQuery] JQuery & Ajax


Hello,
I'm learning JQuery and Ajax, but i'm not using JQuery's built in Ajax
method (wanna learn about Ajax on its own before I use JQuery's
methods).
A problem i'm running into is that I have functions in JQuery that I
want to affect objects loaded by the remote scripting, but these
functions appear to only affect objects when they are loaded with the
initial page.
An example of an effect I want is to load a div with ajax, and when
the div loads have it fade to 0.
Is there something I'm missing when it comes to applying JQuery to
objects loaded by remote scripting? I tried applying a .load() event
to the object and that didn't seem to work.
Any ideas?