Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
$('#selector').menu(
{
dataJSON: [
{
"label": "One",
"children": [
{
"label": "Item 1",
"href": "#"
},
{
"label": "Item 2",
"href": "#"
}
]
},
{
"label": "One",
"href": "#"
}
]
});
@pixelagent
Copy link

Is it possible to select the active menu item as a setting?

@mojtabadeveloper
Copy link

Hi alizahid
How to refresh menu ?

@boogii
Copy link

boogii commented May 28, 2015

When you click on an item with an URL the menu goes back to zero - is it possible that it stays on the same spot (the current selection)???

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment