l-alexandrov / asyform

Asyform makes your forms asynchronous.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🛰️ 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.

License:MIT License


Languages

Language:JavaScript 89.8%Language:HTML 10.2%