> While we are at it: A get request can send it's data only by appending
> the query string to the URL, right? Can this be handled by $.ajax, too?

Sure, it could.  I think it makes sense to move all that logic into
$.ajax but I would keep $.get and $.post because they are nice
convenience methods.  $.ajax supports a lot of options and having some
of them defaulted properly via $.get and $.post makes sense.

Mike

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to