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

incompatibility with jquery UI tabs? #10

Closed mstratman closed 11 years ago

mstratman commented 12 years ago

(Unconfirmed - reported via email)

jQuery("#tabs").tabs({ selected: 0 }); inside a step seems to break the wizard.

Just a guess, but most likely this is due to a selector that reaches too far.

mstratman commented 12 years ago

var steps = $("ul > li > a", obj); // Get all anchors in this array

mstratman commented 12 years ago

Can't reproduce. Please see: https://gist.github.com/4001360

Please edit that to make it break as you originally observed.