any simple jquery <table> paginators
        Posted  
        
            by Mike
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mike
        
        
        
        Published on 2010-06-09T13:46:19Z
        Indexed on 
            2010/06/09
            13:52 UTC
        
        
        Read the original article
        Hit count: 221
        
jQuery
I'm looking for a jquery plugin so I can paginate my html tables (the content of which is generated by a jsp c:forEach). But so far I haven't found anything that worked.
The plugin doesn't need to be fancy, in fact something like the first example on http://dl.dropbox.com/u/4151695/html/pajinate-0.2/examples/example1.html would do fine.
I'm still very new to jquery so I don't have the knowledge yet to write one myself.
So does anyone have any pointers where I could find one?
© Stack Overflow or respective owner