Skip to content

Commit 3a82060

Browse files
author
Rafael J. Staib
committed
Improve basic demo and update steps js reference
1 parent d36992f commit 3a82060

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

basic.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ <h2>A powerful jQuery wizard plugin that supports accessibility and HTML5.</h2>
3737
$("#wizard").steps({
3838
headerTag: "h4",
3939
bodyTag: "section",
40-
transitionEffect: "slideLeft"
40+
transitionEffect: "slideLeft",
41+
autoFocus: true
4142
});
4243
});
4344
</script>

0 commit comments

Comments
 (0)