Ideveloper
Ideveloper

Reputation: 1463

HTML pagination

Is there any opensource project for html pagination? I am developing an app for iPhone. I want to display an HTML file on UIWebView and I dont want user to scroll down for seeing the remaining content not being displayed on screen. I want to display the remaining content on the second UIWebView. How can I accomplish this.

Any suggestion?

Upvotes: 2

Views: 1913

Answers (2)

kamlesh
kamlesh

Reputation: 11

Use jquery for pagination, it will really make your work simple.

Upvotes: 0

André Laszlo
André Laszlo

Reputation: 15537

You could check out the available jQuery plugins:

http://plugins.jquery.com/project/pagination

Here's a demo:

http://d-scribe.de/webtools/jquery-pagination/demo/demo_options.htm

And this is how you use it:

http://d-scribe.de/webtools/jquery-pagination/lib/jquery_pagination/README

EDIT: Okay, I posted this before the question was specifically about iPhones and UIWebViews... please don't vote me down :)

Upvotes: 3

Related Questions