Skip to content

Commit 5950779

Browse files
author
Rafael J. Staib
committed
Add three improvements
- Make css class for the outer component wrapper editable - Add saveState option flag to persist last active step position - Add current class to step title and body for convinient css targeting rstaib#2 - Fixed a bug related to startIndex - Fixed a bug related to focusing after stepChanges
1 parent 0405507 commit 5950779

File tree

5 files changed

+211
-45
lines changed

5 files changed

+211
-45
lines changed

demo/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<link rel="stylesheet" href="css/jquery.steps.css">
1515
<script src="../lib/modernizr-2.6.2.min.js"></script>
1616
<script src="../lib/jquery-1.9.1.min.js"></script>
17+
<script src="../lib/jquery.cookie-1.3.1.js"></script>
1718
<script src="../jquery.steps.js"></script>
1819
</head>
1920
<body>

0 commit comments

Comments
 (0)