You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given callback function will be called after starting a new step of introduction. The callback function receives the element of the new step as an argument.
296
+
297
+
**Available since:** v0.7.0
298
+
299
+
**Parameters:**
300
+
- providedCallback : Function
301
+
302
+
**Returns:**
303
+
- introJs object.
304
+
305
+
**Example:**
306
+
```javascript
307
+
introJs().onafterchange(function(targetElement) {
308
+
alert("after new step");
309
+
});
310
+
````
311
+
312
+
-----
261
313
###Attributes:
262
314
- `data-intro`: The tooltip text of step
263
315
- `data-step`: Optionally define the number (priority) of step
0 commit comments