I try creating nested wizard with jQuery Steps plugin. On the official site written
Multiple wizards Have multiple wizards on one page or even have nested wizards like you want.
site -> http://www.jquery-steps.com/GettingStarted
But when I try this, I'm getting confused. Before step with nested wizard, all fine. But after this step slides content is not displayed.
All code (including Css) taken from the demo example of project. From here
I just added next code snippets
$("#wizard_embedded").steps();
<div id="wizard_embedded">
<h1>Embedded Wizzard Step 1</h1>
<div>Embedded Wizzard Content 1</div>
<h1>Embedded Wizzard Step 2</h1>
<div>Embedded Wizzard Content 2</div>
</div>