.load() is really nice if all you're doing is loading some content into an
element. It's a nice convenience method.

If you're going to take the results of the ajax call and maybe put different
parts of the content in different places, or do some manipulation or other
munging on it before you add it to the page, then $.ajax() or $.get() will
be your best bet.

- Richard

On Wed, Oct 21, 2009 at 10:59 AM, Hogsmill <i...@hogsmill.com> wrote:

>
> I've been using $.ajax() for ages, and am now developing on a site
> where they alwats use load(). Does anybody know which is best (if
> either), ans pros and cons for each one?
>
> Cheers in advance,
>
> Hogsmill

Reply via email to