We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de31f8a commit 8a644a2Copy full SHA for 8a644a2
README.md
@@ -49,16 +49,14 @@ There are two ways to add steps and their corresponding content.
49
2. Or use the API to add steps dynamically.
50
51
```javascript
52
- <script>
53
- // Initialize wizard
54
- var wizard = $("#wizard").steps();
55
-
56
- // Add step
57
- wizard.steps("add", {
58
- title: "HTML code",
59
- content: "<strong>HTML code</strong>"
60
- });
61
- </script>
+// Initialize wizard
+var wizard = $("#wizard").steps();
+
+// Add step
+wizard.steps("add", {
+ title: "HTML code",
+ content: "<strong>HTML code</strong>"
+});
62
```
63
64
## License
0 commit comments