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: Need docs how to set options when using Bootstrap addon

Home Forums Older releases 1.0.x + Bootstrap addon Need docs how to set options when using Bootstrap addon Reply To: Need docs how to set options when using Bootstrap addon

#8609
admin
Keymaster

Sorry to hear that the docs were not clear enough! You don’t really need to edit the source code in “jquery.smartmenus.bootstrap.js” for this. You could use the data-sm-options attribute:

https://www.smartmenus.org/docs/1-0-x/#data-sm-options

instead:

<ul class="nav navbar-nav" data-sm-options="{ noMouseOver: true }">...