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: Have I to add classes manually (eg. has-submenu current)

Home Forums Older releases 1.0.x Have I to add classes manually (eg. has-submenu current) Reply To: Have I to add classes manually (eg. has-submenu current)

#3063
ratmalwer
Participant

oh – yes.
Now I see where I can define the options.

Here an example maybe it helps some other reader:

$(function() {
	$('#menu').smartmenus({
		subMenusSubOffsetX: 1,
		subMenusSubOffsetY: -8,
		markCurrentItem: true,
		markCurrentTree: true
	});
});