Skip to content

l-alexandrov/asyform

Repository files navigation

🛰️ 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 <form> tag
  2. Include asyform <script src="asyform.min.js"></script>
  3. Initialize asyform
<script>
    $.asyform('form.async');
</script>

You can initialize asyform with different selector if you used different class name.

About

Asyform makes your forms asynchronous.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published