开发者

Any good jQuery plugins to awesomify my pagination? [closed]

开发者 https://www.devze.com 2023-01-01 22:14 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

开发者_如何学JAVA Improve this question

I have a basic pagination system that looks something like that:

First | < Previous | 1, 2, [3], 4, 5 ... 100, 101, 102 | Next > | Last

Nothing fancy really.

I am looking at various plugins to improve the way the user would browse this, but so far I haven't found anything really new or interesting except:

  • http://tympanus.net/jPaginate/ : interesting way of browsing between pages but still very classical in the realization

  • http://cpojer.net/Scripts/Pagination/ : totally new way of doing pagination, but the implementation isn't perfect and it's not really usable.

Do you guys have ideas on how I could improve the way my users browse through navigation? Are there any good jQuery plugins out there already doing that?

Extra points for: Highly customizable, handling ajax and synchronous requests, original ideas


Check out Paul Irish's Infinite Scroll.

0

精彩评论

暂无评论...
验证码 换一张
取 消