mstratman / jQuery-Smart-Wizard

flexible jQuery plug-in that gives wizard like interface
http://mstratman.github.com/jQuery-Smart-Wizard/
303 stars 164 forks source link

Proper method to hide wizard until page loaded #99

Closed StateBarofArizona closed 7 years ago

StateBarofArizona commented 8 years ago

By default, my plain vanilla ugly HTML is displayed on the screen, then after the page loads, the wizard script cleans things up and correctly formats everything. What is the proper way to hide the wizard contents until the page is loaded and the HTML formatted properly? I tried hiding the wizard div by default and display after page load. This works as long as you are not using fixHeight. Otherwise, fixHeight fails and you end up with a wizard that is visible but too short.

FuzzyCoder commented 7 years ago

Hello- Were you able to find a solution to this issue?

StateBarofArizona commented 7 years ago

I did. I noticed there is code in the wizard for loading but I have not found any documentation. Instead I added a loading.gif into a div, hide the wizard by default and then upon page load, hide the loading div and display the wizard.

Connie DeCinko, Programmer Analyst T: 602.340.7290 F: 602.416.7490

From: Paul Bergmann [mailto:notifications@github.com] Sent: Tuesday, December 20, 2016 9:57 AM To: mstratman/jQuery-Smart-Wizard jQuery-Smart-Wizard@noreply.github.com Cc: Connie DeCinko Connie.DeCinko@staff.azbar.org; Author author@noreply.github.com Subject: Re: [mstratman/jQuery-Smart-Wizard] Proper method to hide wizard until page loaded (#99)

Hello- Were you able to find a solution to this issue?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/mstratman/jQuery-Smart-Wizard/issues/99#issuecomment-268296648, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AA-bs-HfbGSiYnHMyrXf7PiUZXFgfk33ks5rKAjwgaJpZM4JYa1M.

FuzzyCoder commented 7 years ago

Thank you. That helps.

mstratman commented 7 years ago

Closing but feel free to reopen if needed