Alajax is tiny jquery plugin that use for convert HTML forms into AJAX forms. This jQuery plugin will converts standard forms into Ajaxed ones, easy and no coding required.
Alajax can work with dynamic forms (forms that is updated by Javascript) and Easy to understand and to modify. It is perfect resources for developers, designers and website ownsers.
Alajax created by Alaa Badran, a front-end engineer and web developer from Jordan. This jquery plugin tested on: IE6+, Firefox, Chrome, Safari, Opera, and Mobile browsers.
Table of Contents
Demo | Download
Using Alajax
1. Add jQuery script to webpage.
2. Add Alajax script
{code type=codetype}
(<script src=”alajax.js”></script>)
{/code}
3. Run the code by:
{code type=codetype}$(document).ready(function (){ $(“#ID”).alajax(); }); {/code}
4. #ID could be The Form ID or DIV ID