Releases: superRaytin/paginationjs
Releases · superRaytin/paginationjs
2.0.5
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
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
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
Changes:
- Fixes for 'show' & 'hide' method.