Is there a jQuery plugin for making a step-by-step type presentation?
- by Earlz
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?