GitHub : http://github.com/beneverard/jqPagination
Demo : http://beneverard.github.com/jqPagination#demo
Website : http://beneverard.co.uk
Twitter : @_beneverard
- Improved: Updated contact information
- Improved: Getting of plugin options
- New: Added contributors file
- Improved: Moved styles from LESS to SCSS
- Improved: Tidied up repo HTML
- Fixed: Re-ordered setting plugin options to prevent current page exceeding max pages (fixed by wh)
- Improved: Added functionality to pass multiple options to option method (based on m-hume's code)
- Fixed: Prevent the triggering of the updated calback on set option (based on m-hume's code)
- Improved: Seting the page to the current page no longer returns false
- Demo: Removed ObserverApp analytics code from demo
- Demo: Updated copyright date in demo
- Demo: Updated feedback and support copy in demo
- Improved: Added plugin manifest for jQuery plugins repo
- Fixed: Incorrect GitHub fork ribbon image url
- Fixed: Added Google Analytics tracker code
- Fixed: Initial input focus setting undefined value
- Fixed: callMethod function was failing to call the desired function
- Fixed: Added fallback for the
console
object methods - Improved: Now using
.on()
jQuery event handler- Note: Updated jQuery to 1.7.2
- Improved: Modified method handling
- New: Added
destroy
method
- Fixed: Prevent
paged()
callback from firing on initialisation
- Feature: Exposed get / set
max_page
andcurrent_page
options (based on Zikes' code) - Feature: Added disabled class (based on Zikes' code)
- Fixed: Added proper CSS gradients and fallback
- Fixed: 'invalid assignment left-hand side' bug in Firefox
- Initial release
- Ben Everard (beneverard)
- Jason Hutchinson (Zikes)
- m-hume
- Will Mernagh wm
Copyright (C) 2013 Ben Everard
http://beneverard.github.com/jqPagination
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.