Ajaxify your website, the easy way

Is your website Web 2.0 yet?

Maybe it's time to Ajaxify your website.

The easy way is using Ajaxify, a jQuery plugin which features (among other cool things):

  • Ajax GET and POST requests
  • animations
  • partial load from the output
  • forms, history and bookmarking support

Build a complex Ajax website with one single line:
$('.ajaxify').ajaxify();

Any link can be converted into an Ajax load and submit request simply by adding class="ajaxify" and target="#container" to the link.
<a class="ajaxify" href="http://maxblog.me/ajaxify/" target="#container">Ajaxify</a>

Link: http://maxblog.me/ajaxify/