Search code examples
javascriptformsserialization

form serialize javascript (no framework)


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


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?)