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: about 1 year 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 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T15:03:55.000Z (about 5 years ago)
- Last Synced: 2025-01-16T09:05:04.870Z (over 1 year 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._