Countries and AJAX Pagination

Name Original Name Iso2 Iso3
kn Saint Kitts And Nevis Saint Kitts and Nevis KN KNA
lc Saint Lucia Saint Lucia LC LCA
vc Saint Vincent And The Grenadines Saint Vincent and the Grenadines VC VCT
bl Saint-Barthelemy Saint-Barthélemy BL BLM
mf Saint-Martin (French part) Saint-Martin MF MAF
sx Sint Maarten (Dutch part) Sint Maarten SX SXM
ss South Sudan South Sudan SS SSD
ch Switzerland Schweiz CH CHE
at Austria Österreich AT AUT
de Germany Deutschland DE DEU

Page 13 of 13, showing 10 record(s) out of 250 total



Key Goals for the AJAX Pagination

  • Ajaxify all links in the "pagination-container" including pagination and sort links
  • As easy as possible
  • Fallback without AJAX (and JS) should be fully working
The fading is not necessary and only shows more clearly the beginning and end of the AJAX request. Note: Instead of the jQuery.live plugin one could also just use on() event and bind the pagination links to a click event.

How does it work

You only need
  • A "pagination-container" div and a separate ctp file of the "common" content for both AJAX and normal view
  • A few lines of custom (jQuery) JS on top
TODOs:
  • URL needs to be rewritten/updated to be in sync with current page - for a clean user experience

Send your feedback or bugreport!