Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 493 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 493 Bytes

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