Hi all,
I have found many pagination coding for jQuery plugin. Everything is working fine. But my need is, i have 20 records in table.I want to display only one records at a time with First - Previous - Next - Last . when i enter particular Records Id like '15', It should show that details of 15 , and if i click next it show next Records Id..etc.
For eg.,
Rec Id : 15
First Name : Gnaniyar
Last Name : Zubair
First Previous Next Last
If i give record Id 10, it should show details of 10 th Record id ...and so on..
How to do in jQuery?
- Gnaniyar Zubair