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 238195a commit ce06b0aCopy full SHA for ce06b0a
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