Countries and AJAX Pagination

Name Ori Name Iso2 Iso3
fm Mikronesien, Föderierte Staaten Von FM FSM
md Moldau, Rep MD MDA
mc Monaco MC MCO
mn Mongolei MN MNG
me Montenegro ME MNE
ms Montserrat MS MSR
mz Mosambik MZ MOZ
mm Myanmar MM MMR
na Namibia NA NAM
nr Nauru NR NRU
np Nepal NP NPL
nc Neukaledonien NC NCL
nz Neuseeland NZ NZL
ni Nicaragua NI NIC
nl Niederlande Netherlands NL NLD
an Niederländische Antillen AN ANT
ne Niger NE NER
ng Nigeria NG NGA
nu Niue NU NIU
mp Nördliche Marianen MP MNP

Page 8 of 12, showing 20 record(s) out of 240 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!