[jQuery] paging with jquery
Hi
I need to make some kind of paging functionality for my blog
application and I dont want to do it in server side but in cleintside
code. so lets say i have 20 entries and i want to page it per 5
entries.
Is there something in jquery that would help me accomplish this
faster, or sompne who allready done soemthing like this.
So far i had the idea of reading out an unordered list in an array
count the items, divide 5 and build a small unorered list with page
number and when one of them is cleicked i will update a div and just
display the items that match it.
So when i click page 2 i will then display all items in the array from
poistion 4 to 9.
Any comments?
Armand
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/