views:

26

answers:

1

What is the easiest way of paginating data that is in divs? Some jquery library for it? Basically I would only need 1/x pages shoqing and arrow buttons to go throught all the data.

+1  A: 

See:

jQuery Pagination Plugin.

Sarfraz