Viewing 1 replies (of 1 total)
  • Plugin Author cfuze

    (@cfuze)

    If the menu is visible and has an ID, yes. If the menu is collapsed, you will need to use JS to expand it prior to engaging the tour. If the submenu item does not have an id, then you can do: document.querySelector()

    https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector

    If you need something beyond that, then I recommend looking at Intro.JS’s documentation because they do have additional events that you can hook into, but they all require custom development are do not fit into the scope of this plugin. Hope this helps!

Viewing 1 replies (of 1 total)

The topic ‘Submenus’ is closed to new replies.