Mike Alsup ha scritto:
> Based on recent discussions I've made some updates to the form plugin.

Thanks Mike,
I would like to remind that there is still a very annoying bug on IE.
Fil filled a bug report about that for jQuery 
(http://jquery.com/dev/bugs/bug/160/)

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