Closed mstratman closed 11 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.
var steps = $("ul > li > a", obj); // Get all anchors in this array
Can't reproduce. Please see: https://gist.github.com/4001360
Please edit that to make it break as you originally observed.
(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.