Did Ajaxify help you? Then help Ajaxify by supporting it.

Share/Save/Bookmark

What is "Ajaxify"?

Ajaxify is a jQuery plugin. it can convert all links in a web page into an ajax load and submit requests. with this ultra weight plugin, you can build a complex ajax website with one single line. welcome to web 2.0 world!!.

Main features

  • Ajax GET and POST requests.
  • History & bookmarking support.
  • Partial load from the output.
  • Four events support.
  • Forms Support
  • Animations

Usage

One line of code can do the job:
 $('.ajaxify').ajaxify();
And HTML code will be something like:
<a class="ajaxify" href="example.php" target="#container">Click here</a>
There is many options you can use too. See demo page.