views:

88

answers:

1

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:

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

+4  A: 

Check out Paul Irish's Infinite Scroll.

fudgey
Good idea! thanks
marcgg