jQuery serialize in javascript

whybenormal

New Member
I'd want to know if there is something in javascript that can do the same job as .serialize() does. I'll need to use it \[code\]someform.onsubmit = funct...\[/code\] or \[code\]<form onsubmit="...\[/code\]. I need just to get all the data in that form (just as jQuery does) as a string.Thank you in advance
 
Back
Top