I had a similiar question, and wanted to point out the following documentation in JQuery.ajax:
The $.ajax() function underlies all
Ajax requests sent by jQuery. It is
often unnecessary to directly call
this function, as several higher-level
alternatives like $.get() and .load()
are available and are easier to use.
If less common options are required,
though, $.ajax() can be used more
flexibly.