[jQuery] ajax() alternative to load() function?

[jQuery] ajax() alternative to load() function?


Hi,
Is there a way to use the ajax() function and insert html into the DOM
similar to the load() function? I need to be able to catch errors and
use a timeout, but replicate what load() does.
Thanks.