Translator

javascript

Set Default Value for Pager JQuery plugin and Page Peel Plugin

Previously i have posted links for table pager using tablesorter pager plugin, however when i used it i found that i need to change the default value for different clients when first load.

This is how to do it:

Find these code

this.defaults = {
size: 10,
offset: 0,
page: 0,

and replace size with your choice. Example for me is size=4.

Thats all!

And while searching a solving for jquery pager plugin, i found out few interesting jquery plugins such as:

Page Peel

http://www.smple.com/pagePeel/

A simple but yet very easy page peel plugin. Just like the popular peel used by internet marketers…

Go Back to Previous page using Javascript and PHP

Found a simple yet practical on how to implement simple Go Back link to previous page using javascript and PHP.

You can read the tutorial here:

http://perishablepress.com/press/2007/03/12/go-back-via-javascript-and-php/

Jquery Table Sorter, Pagination and Expandable

Below is jquery plugin that you could use to Table Sort, Page and Expand Data

Table Sorter: http://tablesorter.com
Table Pager: http://www.novell.com/communities/node/8797/jquery-tablesorter-pagination-and-sorting-made-simple
Expand Table: http://www.pengoworks.com/workshop/jquery/tablesorter/tablesorter.htm