- Load Flowers Data Set (4 pages)
- Load Animals Data Set (3 pages)
- Load Large Data Set (12 pages) (Notice the 4 page range limit within pagination DIV)
Configurable variables within .js file:
var ajaxpageclass=new Object() ajaxpageclass.loadstatustext="Requesting content, please wait..." // HTML to show while requested page is being fetched: ajaxpageclass.ajaxbustcache=false // Bust cache when fetching pages? ajaxpageclass.paginatepersist=true //enable persistence of last viewed pagination link (so reloading page doesn't reset page to 1)? ajaxpageclass.pagerange=4 // Limit page links displayed to a specific number (useful if you have many pages in your book)? ajaxpageclass.ellipse="..." // Ellipse text (no HTML allowed)
Documentation: http://www.dynamicdrive.com/dynamicindex17/ajaxpaginate/