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?
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 :)
Use jquery for pagination, it will really make your work simple.
精彩评论