Posts

Showing posts from January 27, 2010

Privacy and Policy

Copyright © 2009 Ankit Kumar Chauhan Permission is hereby granted, free of charge, to any person obtaining a  copy of this script and associated documentation files (the "script"), to deal  in the Software without restriction, including without limitation the rights to  use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of  the Software, and to permit persons to whom the Software is furnished to do so,  subject to the following conditions: The above copyright notice and this permission notice shall be included in  all copies or substantial portions of the Scripts. THE Script IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS  FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR  COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, O

pagination using jquery

Image
jPaginate is a jQuery pagination plugin that comes with a twist: animated page numbers. The user can slide through the available page numbers by clicking or just hovering over the arrows. Shortlinks to the first and last page are available as well. You can call the plugin in the following way:$(elementID).paginate() You can configure the plugin with the following properties: count : The total number of pages start : With which number the visible pages should start display : How many page numbers should be visible border : If there should be a border (true/false) border_color : Color of the border text_color : Color of the text/numbers background_color : Background color border_hover_color : Border color when hovering text_hover_color : Text color when hovering background_hover_color : Background color when hovering images : If the arrows should be images or not (true/false) mouse : With value “press” the user can keep the mouse button pressed and the page numbers will k