[jQuery] Re: Pagination control jquery -- Need some help

2009-02-26 Thread Doug C
ible').hide().prev().show(); > > > } > > > Same with next. > > > $('#next').css('cursor','pointer').click(function(){ > > $('.page:visible').hide().next().show(); > > > } > > > You will pro > > > On

[jQuery] Pagination control jquery -- Need some help

2009-02-26 Thread Doug C
I wrote this jquery to basically dynamically build a paging control for long articles, etc I have it dynamically generating a UL, a page selector and a drop down selector and I just need to write a piece that will do a <-Prev and Next -> and my brain is having trouble with it. Here is the code