> 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
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to