[jQuery] Form plugin: default method
Hi,
the objective of the form plugin is to completely mirror the behavior of
a standard form.
Therefore I propose the default method should be 'GET' as it is the case
for a form in HTML:
line 50:
var mth = mth || f.method || 'POST';
should be changed to:
var mth = mth || f.method || 'GET';
Agreed?
-- Klaus
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/