Mike Alsup wrote: > The recent increase in questions about form serialization and form > submission makes me wonder the following about why the form plugin is > not used more: > 2. Did you not know it exists?
This was the reason that I didn't use it in my most recent project. I've since seen the plugin and wish I had know about it sooner. > My personal preference would be to move the form plugin methods into > core, remove core's existing serialize method and introduce a > "serializeToString" (or something like that) that has a string return > type in the form of "name=value&name=value". All this would increase > the size of core, but only by 2k before packing. I would love to see it included in the core, especially if the size impact is minimal. I would *not* want the other serialization methods removed as this effectively prevents people from upgrading if they've taken advantage of an existing method. EasyDOM already feel prey to this and won't work with JQuery v1.0.1. My 2 cents. Rey... _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
