Matt Grimm schrieb:
> Hello,
> 
> I've put together a fast form serializer function that I'm hoping can
> get some review from the list for completeness, bugs, a better name,
> etc. A previous thread revealed quite a performance issue with the form
> plugin's existing serialize function when operating on a form with a
> large number of elements. My plugin sacrifices semantic order for wicked
> speed. I have a test form with a select menu containing 500 options --
> with the current serializer, it takes around 5 full seconds to do the
> job, and with mine, it takes about 50 ms. Any feedback would be much
> appreciated, including whether you think this should be included with
> the form plugin distribution.
> 
> Since this isn't a plugin, I'm just going to include the source in this
> message -- please let me know if there's a better (i.e., more polite)
> way to do this.
> 
> Thanks!
> 
> m.

Please make it XHTML as XML compatible (hm, why is it always me 
complaining about that?)...:



_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to