mstratman / jQuery-Smart-Wizard

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

document ready is called twice #18

Open AlonFGitHub opened 11 years ago

AlonFGitHub commented 11 years ago

When I use the wizard the document ready is called twice. You can reproduce easily by declaring counter var inside document.ready, put alert with it and advance the counter.

mstratman commented 11 years ago

Are you using it in a jquery-ui dialog, by chance?

If not, please post an example that reproduces the problem. Thanks,

shkup commented 11 years ago

We use jquery ui tabs and buttons but not the jquery ui dialog widget...

mstratman commented 11 years ago

Please post an example that reproduces the problem and hopefully somebody can help.