$(function () { var returnsValue; // Type: array returnsValue = $(".selector").wijmenu("getItems"); });
function getItems() : array;
Return Value
the menu items.
$(function () { var returnsValue; // Type: array returnsValue = $(".selector").wijmenu("getItems"); });
function getItems() : array;