Any good jQuery plugins to awesomify my pagination?
        Posted  
        
            by marcgg
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by marcgg
        
        
        
        Published on 2010-05-31T15:20:22Z
        Indexed on 
            2010/05/31
            15:23 UTC
        
        
        Read the original article
        Hit count: 350
        
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?
© Stack Overflow or respective owner