Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: Jumping to parent menu item when clicking caret to close submenu

Home Forums Older releases 1.0.x + Bootstrap addon Jumping to parent menu item when clicking caret to close submenu Reply To: Jumping to parent menu item when clicking caret to close submenu

#3107
admin
Keymaster

Hi,

If you are using the Bootstrap addon, you need to use <span class="caret"></span> inside the parent item links for the carets and then it should work fine. Because when you add the carets via CSS with a::after the script cannot differentiate between a click on the link and the caret pseudo element.

Cheers!