Good jquery pagination plugin to use with json Data...
- by bala3569
I am looking for a good jquery pagination plugin to use in my aspx page....
I have the following parameters
currentpage,pagesize,TotalRecords,NumberofPages... I would like my plugin to same as stackoverflow paging ....
EDIT:
It should paginate through json data....
similar to this
I use my json data and iterating with jquery
var jsonObj =…