Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
wbotelhos committed Jul 5, 2017
1 parent 3eac3e5 commit 3efa29d
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Expand Up @@ -35,22 +35,21 @@ validate: false // Active the jQuery Validation for each step.

```html
<form>
<fieldset title="Step 1">
<legend>description one</legend>
<fieldset title="Step 1" class="stepy-step">
<legend class="stepy-legend">description one</legend>

<!-- inputs -->

<a class="stepy-next">next</a>
</fieldset>

<fieldset title="Step 2">
<legend>description two</legend>
<fieldset title="Step 2" class="stepy-step">
<legend class="stepy-legend">description two</legend>

<!-- inputs -->

<a class="stepy-back">back</a>
<input type="submit" class="stepy-finish" />
</fieldset>

<a class="stepy-back">back</a>
<a class="stepy-next">next</a>
<input type="submit" class="stepy-finish" />
</form>
```

Expand Down

0 comments on commit 3efa29d

Please sign in to comment.