|
Wizard dialog - best way to hide and navigate content?
Hey guys,
For a project I'm creating a step-by-step process is used for adding articles to an archive. The process involves adding text in one step, adding images in another and so on. What would be the best and most effecient (both in the sense of re-useable and performance) to create the dialog / hide the steps not currently in use in the dialog and navigate through it all?
CSS display:none? If yes, would I then need some javscript to apply the css to hide the step before/after?
Some fancy javascript / jquery solution (I'm aware that some may have this disabled)?
Last edited by CaptainB; 11-15-2012 at 08:38 AM..
|