> I don't even think this would break code that currently uses serialize from 
> core.

That's probably not true.  Current usage would probably need to be updated from:

var s = $('input,textarea').serialize();

to:

var s = $('#myForm').serialize();

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to