Wijmo UI for the Web
remove Method
wijmo.menu Namespace > wijmenu type : remove Method
The index of menuitem to be removed
Remove an item from the menu.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var index; // Type:  number
    
    returnsValue = $(".selector").wijmenu("remove", index);
});
function remove( 
   index : number
) : any;

Parameters

index
The index of menuitem to be removed
Example
//Removes the second menuitem.
$("#menu").wijmenu("remove", 1);
See Also

Reference

wijmenu type
wijmenu jQuery Widget