Is there a jQuery plugin for making a step-by-step type presentation?

Posted by Earlz on Stack Overflow See other posts from Stack Overflow or by Earlz
Published on 2010-12-27T01:39:19Z Indexed on 2010/12/27 1:54 UTC
Read the original article Hit count: 147

Filed under:
|
|

Hello, I was making a small thing in HTML and basically I have some "frames" like

<div id="frame_1">
...
</div>
<div id="frame_2">
...
</div>
...

Basically what I want is for only one frame to be visible at one time and to navigate between frames easily with previous and next buttons (navigation by frame number a plus, but not required)

Before I set out to write it myself I figured someone had already done it so has it been done?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery