> Of couse it would be an ugly API change. If that stuff is integrated > into $.ajax, we could savely deprecate $.get and $.post.
Perhaps interrogating the type would work?
if (typeof data != 'string')
data = jQuery.param(data)
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
