form serialize javascript (no framework)

forms, javascript, serialization

Solution

The miniature from-serialize library doesn't rely on a framework. Other than something like that, you'll need to implement the serialization function yourself. (though at a weight of 1.2 kilobytes, why not use it?)

Problem

Wondering is there a function in javascript without jquery or any framework that allows me to serialize the form and access the serialized version?

Original source

Related problems