JQuery Polyfill for browsers without form attribute support
The initial code was collected from Stackoverflow.com Answers in
In this repository I try to merge features of answers to create the best code, and rebuild full usebility of form attribute on older browser (e.g. InternetExplorer).
To install this add it into your package.json
like in this example:
{
"dependencies": {
"jquery-form-attribute-polyfill": "github:Radon8472/jquery-form-attribute-polyfill"
}
}