Ajaxify Standard Forms Instantly – ALAJAX
20
May
// php the_time('Y') ?>
Today, using JavaScript frameworks, it is so easy to accomplish complex stuff with few lines of code, including Ajax.
For forms, if you want to make it much easier, ALAJAX is there for you. It is a jQuery plugin that automagically converts standard forms into Ajaxed ones, no coding required.
Once inserted and the forms are defined, It blocks the default POST functionality, analyzes the input types used and sends them as an Ajax request.
Its code is well commented and leaves space for further customizations (extra actions to be taken before/after submitting).
- Tags:
http://www.alajax.com/ Input Javascript
- Filed under: Forms, Goodies, MIT License
- 3 Comments












3 Responses for "Ajaxify Standard Forms Instantly – ALAJAX"
Thank you. I just started ajaxifying few of the forms on my websites. Its good that it is well documented. Helping a lot!
I don’t get it.
How does it work
@Matt,
It is explained in the website of the resource.
You just need to make few things to make it work.