JSONFormData
JSONFormData copied to clipboard
HTML JSON form submission polyfill
Examples not working.
Instead of the action declared in the form tag, an html-form can be submitted with another action, declared on the clicked submit-button: [See here](https://www.w3schools.com/tags/att_button_formaction.asp). This tool uses only the action...
This should be published to NPM, but only after [refactoring](https://github.com/roman01la/JSONFormData/issues/8) is done.
I feel like the code becomes unreadable. So if anyone would like to refactor/rewrite the lib: you are welcome. Use of JavaScript ES2015 is highly appreciated, since it will make...
I'm not sure, but probably you can use [phantom-jasmine](https://github.com/jcarver989/phantom-jasmine) for testing purposes. What do you think, @roman01la? I'm not pretty well familiar with testing in phantomjs.