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.
2 parents c3b69ca + ce06b0a commit 0d3d3e8Copy full SHA for 0d3d3e8
docs/docs/hints/api.md
@@ -114,6 +114,8 @@ introJs().addHints();
114
115
Show the hint with given `hintId`.
116
117
+**Available since**: v2.4.0
118
+
119
**Example:**
120
```javascript
121
introJs().showHint(1);
@@ -125,6 +127,8 @@ introJs().showHint(1);
125
127
126
128
Show all hints.
129
130
131
132
133
134
introJs().showHints();
0 commit comments