| // Basic Full Page Setup Example
var state = new AjaxifyPushState();
// Advanced Controlled Page Setup
var state = new AjaxifyPushState({
  "Ajaxify":true, // should we auto handle the ajax calls
  "PushState":true, // enables auto handle of the Push State
  "element":"body"  // the element to target all content will be erased and new content will be placed in all matching this selector clause
})
 |