-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Hi, to allow the possibility to use a variable in the text of the menu I modified row 38 in:
textMenu = (itemOptions.text) ? itemOptions.text : me;
var menuItem = $('<li><a href="#">' + textMenu + '</a></li>');
this allows to pass the parameter text with a possible variable.
Thanks for this very useful plugin
Metadata
Metadata
Assignees
Labels
No labels