Recommend this page to a friend! |
Classes of martin barker | > | JS AJAXify PushState | > | example.js | > | Download |
|
|
![]() |
// 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 }) |