And also a deserializer in the plugins directory for the reverse
-Ashutosh
On 8/10/06,
Michael Grosser <[EMAIL PROTECTED]> wrote:
since i could not find anything that gives me the inserted data of a form(without submitting)
AND getForm().vars is way to slow, im using this atm
$("#form") .find("[EMAIL PROTECTED], [EMAIL PROTECTED]'text'], [EMAIL PROTECTED]'hidden'], [EMAIL PROTECTED]'password'], [EMAIL PROTECTED]'submit'], [EMAIL PROTECTED], textarea")
.filter(":enabled")
.each(function() {
params[ this.name || this.id || this.parentNode.name || this.parentNode.id ] = this.value
});
if there is another way to get formdata (FAST) plz tell me.
mfg M.G.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
--
Reach1to1 Communications
http://www.reach1to1.com
[EMAIL PROTECTED]
98201-94408
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
