My point is want the tab menu item auto open when it highlighted and if any element within the tab is highlighted the next step will focus on the element.
Anyway, I'm using JSON to provide steps
I only know that this may use intro.onbeforechange(function(targetElement) {
but I don't know how to write the condition to make it work
Asked
Active
Viewed 211 times
0

Thida
- 71
- 1
- 3
-
1you need to execute some code when an element is highlighted that switches to the appropriate tab and focus on the element. that's the best answer anyone is going to be able to give you until you post some code. – I wrestled a bear once. Oct 20 '16 at 14:14
-
Please post a reproducible example. Ideally a jsfiddle – Carl Oct 21 '16 at 16:26