Asyform makes your forms asynchronous. Forget about 👨💻 writing 😑 annoying similar handlers to make your form asyncy 👻!
- Write your form html as it will be submitted synchronously and add
async
class to<form>
tag - Include asyform
<script src="asyform.min.js"></script>
- Initialize asyform
<script>
$.asyform('form.async');
</script>
You can initialize asyform with different selector if you used different class name.