> 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
[email protected]
http://jquery.com/discuss/
