View Single Post
Old 11-15-2012, 04:59 AM   PM User | #1
CaptainB
Regular Coder

 
Join Date: Jun 2007
Posts: 805
Thanks: 123
Thanked 23 Times in 23 Posts
CaptainB is an unknown quantity at this point
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..
CaptainB is offline   Reply With Quote