Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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._