Features

  • Converts forms into AJAX simply.
  • No programming background needed.
  • Works with Dynamic Forms (forms that is updated by Javascript)
  • Lightweight code (3KB uncompressed).
  • Easy to understand and to modify.
  • Cool for Developers, designers and website ownsers.

How to use it

  • Include the jQuery script to your webpage.
  • Include ALAJAX script. (<script src="alajax.js"></script>)
  • Run the code by:
    $(document).ready(function (){
    	$("#ID").alajax();
    });
    
  • #ID could be The Form ID or DIV ID

Like this plugin?!

Options