Wijmo UI for the Web
getItems Method
wijmo.menu Namespace > wijmenu type : getItems Method
Gets the collection of child items.
Syntax
$(function () {
    var returnsValue; // Type:  array
    returnsValue = $(".selector").wijmenu("getItems");
});
function getItems() : array;

Return Value

the menu items.
See Also

Reference

wijmenu type
wijmenu jQuery Widget