JPagerBar1.1.1 was released 18 months ago and received a lot of comments and feedback from many netizens. Thank you!
Some suggestions have been sorted out recently, and some functions and execution methods of jPagerBar have been upgraded based on the user experience.
For backward compatibility issues, this update does not involve API modifications, so the jPagerBar API and instructions can directly refer to this article: http://www.cnblogs.com/szw/archive/2008/02/23/1078238.html
In addition to modifying the core code, jPagerBar1.2 adds an extension method for the ShowPagerBar () method. Now, jPagerBar1.2 can be called as follows (the previous common method can still be used as usual ):
Code
$ ("# PageDataList1_Pager"). showPageBar ("Order/List", // [url]
{Style: pagerStyle, mark: "pageDataList1Mark ",
TotalCount: msg. totalCount,
.. // [Attr]
});
Online Demo: http://www.senparc.com/WebTools.xhtml/JPagerBar
ASP. NET MVC1.0 Demo download:/Files/szw/jPagerBar.1.2.0.0-MVCv1.0.rar (with complete source code)