Hi! This is the first time you open the site so everything is loaded and Ajaxer was started.
The next pages will be loaded with ajax into the red container and this green box (which is outside the targeted one) will also be changed.

Introduction

Ajaxer is a JQuery plugin which allows you to easily use AJAX even for already complete websites without rewriting its code. You can ajaxify (great word :) ) entire website with just a few lines of code, including all the forms.
Ajaxer is SEO friendly (links can be indexed) and doesn't mess up your links if the viewer's browser doesn't have JavaScript support.
Ajaxer is also very flexible and allows to reload more than one container per page.

Features

  • Easy implementable even for large sites.
  • Very flexible: you can ajaxify only a set of links or forms.
  • SEO friendly: your site can still be indexed by crawlers.
  • Browser history and Refresh button support
  • Bookmarkable URL addresses
  • Full browser support: works with every browser supported by JQuery.
  • Customizable: you can use your custom reload effects or loading bars by binding to the events dispatched.
  • Scalable: Ajaxer is designed to be used in small portfolios or large sites.
  • Links can be opened in new windows and copied by the user.
  • Additional containers can be loaded even outside the main targeted element.

Benefits

  • Faster browsing: smaller and fewer downloads as only the needed content is received from the server.
  • Faster rendering: browsers dont need to load the entire page and all the common pictures.
  • Better user experience: you can have any animation or preloader between page loads.
  • Every form can become ajax form. No more code rewriting just for one contact form.
  • No user experience drawbacks.