Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radon8472/jquery-form-attribute-polyfill
JQuery Polyfill for browsers without form attribute support
https://github.com/radon8472/jquery-form-attribute-polyfill
form-attribute html5 jquery polyfill
Last synced: 22 days ago
JSON representation
JQuery Polyfill for browsers without form attribute support
- Host: GitHub
- URL: https://github.com/radon8472/jquery-form-attribute-polyfill
- Owner: Radon8472
- Created: 2020-07-29T17:26:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-01T09:19:34.000Z (almost 3 years ago)
- Last Synced: 2024-11-13T11:42:06.767Z (2 months ago)
- Topics: form-attribute, html5, jquery, polyfill
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jquery Form-Attribute Polyfill
JQuery Polyfill for browsers without [form attribute] supportThe initial code was collected from Stackoverflow.com Answers in
- [Polyfill HTML5 form attribute]
- [Internet Explorer issue with HTML5 form attribute]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).[form attribute]: https://www.w3schools.com/tags/att_form.asp
[Polyfill HTML5 form attribute]: https://stackoverflow.com/a/26696165/2377961
[Internet Explorer issue with HTML5 form attribute]: https://stackoverflow.com/a/20658510/2377961## Installation
To install this add it into your `package.json` like in this example:```json
{"dependencies": {
"jquery-form-attribute-polyfill": "github:Radon8472/jquery-form-attribute-polyfill"
}
}
```