=== WP Additions - Pagination === Contributors: wpadditions Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9509039 Tags: admin, pagination, ajax, jquery, slider Requires at least: 2.6 Tested up to: 2.9 Stable tag: 1.0.3 This plugin converts Wordpress Admin Pagination (Posts, Pages, Comments, Users) to an AJAX Slider System. == Description == This plugin converts Wordpress Admin Pagination (Posts, Pages, Comments, Users) to an AJAX Slider System. Now a it is possible to easily page through thousands of rows of information faster than every before, making your Wordpress Administration that much easier! == Installation == 1. Upload the whole `wp-additions-pagination` directory to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in Wordpress == Screenshots == 1. This is an example of what the new pagination looks like. == Frequently Asked Questions == = Can it do more? = Yes it can, in fact you can extend it to do this with literally any table that uses the Wordpress methodology for markup and filters. = Are New Features in the works? = There are already a few ideas... but your feedback would help! = Will there be more panels added? = Yes, but the more feedback on what you would like added gets them in that much faster! = Does this plugin replace the Wordpress included jQuery? = Yes and No. If you are running less than version 2.8 then it will remove all jQuery libraries (included jQuery UI) and replace them with the latest versions housed at google code. If you are running 2.8 or above it just replaces the jQuery UI with the google code library, adding in the rest of the UI options. == Changelog == = 1.0.3 = * Fixed Readme = 1.0.2 = * Added version to plugin. = 1.0.1 = * Fixed Readme * Removed un-needed return statement = 1.0.0 = * Initial Release