Nice work Mike. How should I go about deleting the FastSerialize wiki page I created on jQuery.com now? A request to John I suppose?
m. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Alsup Sent: Tuesday, October 10, 2006 3:10 PM To: jQuery Discussion. Subject: Re: [jQuery] form plugin updates 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 [email protected] http://jquery.com/discuss/ _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
