Content Flipper Javascript Function
Published Wednesday, February 28, 2007 in Javascript, Progressive Enhancement
Note: This code was outdated and quite shit so I've removed the example page. Check out my jQuery Paginate Plugin instead.
Created this at work recently.
It's a function you can use to add a navigation bar to the bottom of a div, containing other divs, and with it you can navigate through the divs with back and forward buttons.
It's very similar to normal tabs, only instead of tabs there's a nav-bar.






Comments
2 comments so far, why don't you post one too?
Friday, October 05, 2007 | View all comments by Ashish Mohta
Hi
Can you share the code for this javascript?
Monday, October 08, 2007
It's right there on the example page. If you give me a couple of weeks I'll release my jQuery paginate plug-in which works much nicer than that one.
In fact, this one's code is a few months old and frankly quite crap.