1''''
1''''

Reputation: 205

Client Side Pagination

Any suggestions on a way i can paginate a client side block of text? I'm using a CMS so limited on the backend but essentially i would like a system where a user would create a big block of text and if that text was bigger than a certain size then it would paginate? Any examples of javascript or Jquery that does this? I've done some searches but they all seem to be table based.

Many Thanks,

Upvotes: 0

Views: 617

Answers (2)

Martin Hoegh
Martin Hoegh

Reputation: 475

Check out http://developer.yahoo.com/yui/paginator/ in Yahoo! User Interface Library (YUI)

Upvotes: 0

marcgg
marcgg

Reputation: 66436

How about the jQuery pagination plugin?

Upvotes: 2

Related Questions