Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/l-alexandrov/asyform
Asyform makes your forms asynchronous.
https://github.com/l-alexandrov/asyform
asynchronous forms plug-n-play web
Last synced: 17 days ago
JSON representation
Asyform makes your forms asynchronous.
- Host: GitHub
- URL: https://github.com/l-alexandrov/asyform
- Owner: l-alexandrov
- License: mit
- Created: 2020-10-19T16:19:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T15:03:55.000Z (over 3 years ago)
- Last Synced: 2024-11-15T20:38:54.907Z (3 months ago)
- Topics: asynchronous, forms, plug-n-play, web
- Language: JavaScript
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 🛰️ asyform
Asyform makes your forms asynchronous. Forget about 👨💻 writing 😑 annoying similar handlers to make your form asyncy 👻!1. Write your form html as it will be submitted synchronously and add `async` class to `` tag
2. Include **asyform** ``
3. Initialize **asyform**
```js$.asyform('form.async');
```
_You can initialize **asyform** with different selector if you used different class name._