jQuery-Smart-Wizard
jQuery-Smart-Wizard copied to clipboard
fixHeight should not consider hidden children
I have one suggestion about the fixHeight function. When the function calculate the children's height : the hidden element are count.
Maybe the line 394 : stepContainer.children().each(function() { can be : stepContainer.children().not(':hidden').each(function() {