Paginationjs Versions Save

A jQuery plugin to provide simple yet fully customisable pagination.

2.0.5

9 years ago

Changes:

  • Optimize the object type detection method.
  • Add special className for the first & last button.
  • Remove the 'custom-paginationjs' class prefix.
  • Add css hacks for IE 6~9.
  • Bug-fixes.

2.0.3

9 years ago

Changes:

  • Add default font 'Arial', IE does not support the original default font.
  • Use the default $.isFunction of jQuery. Rewrite $.isFunction may cause problems in the old version of Chrome.

2.0.2

9 years ago

Changes:

  • New option: 'hideWhenLessThanOnePage', useful for hide pagination when less than one page.
  • 'inlineStyle' changed to optional.
  • Add pagination+styles.js.
  • Some bug-fixes.

2.0.1

9 years ago

Changes:

  • Fixes for 'show' & 'hide' method.