Wijmo UI for the Web
getSelectedItems Method
wijmo.list Namespace > wijlist type : getSelectedItems Method
Get the select item(s).
Syntax
$(function () {
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijlist("getSelectedItems");
});
function getSelectedItems() : any;

Return Value

items array for multiple selection mode, item object for single selection mode.
Remarks
It will return item object in single selection mode, and items array in multiple selection mode. If no item is selected, it will return null in single selection mode, and empty array in multiple selection mode.
See Also

Reference

wijlist type
wijlist jQuery Widget