wijwizard supports two different views: one with header tabs and one without header tabs. This topic will walk you through creating a simple view of the wijwizard without header tabs.
<body>
tags of the page.
<div id="pages">
<div><p>Step 1</p></div>
<div><p>Step 2</p></div>
<div><p>Step 3</p></div>
</div>
<script id="scriptInit" type="text/javascript">
$(document).ready(function () {
$("#pages").wijwizard();
});
</script>