Countries and AJAX Pagination

Name Ori Name Iso2 Iso3
sh Saint Helena SH SHN
pm Saint Pierre Und Miquelon PM SPM
sb Salomonen SB SLB
zm Sambia ZM ZMB
ws Samoa WS WSM
sm San Marino SM SMR
st São Tomé Und Príncipe ST STP
sa Saudi-Arabien SA SAU
se Schweden Sweden SE SWE
sn Senegal SN SEN
rs Serbien RS SRB
sc Seychellen SC SYC
sl Sierra Leone SL SLE
zw Simbabwe ZW ZWE
sg Singapur SG SGP
sk Slowakei Slovakia (Slovak Republic) SK SVK
si Slowenien Slovenia SI SVN
so Somalia SO SOM
SONSTIGE Other
es Spanien ES ESP

Page 10 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!