Thanks for the heads-up, Renato.  I put your fix in there and posted
the updated js.  It worked fine with all the browsers I have.

Mike

> In short, if you have an input named "action" or "method", this code
>
> var url = url || f.action || '';
> var mth = mth || f.method || 'GET';
>
> will retrieve the input value and not the form attributes.
> Some fixes are proposed in bug report.
>
> Renato

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to