Wijmo UI for the Web
getList Method
wijmo.list Namespace > wijlist type : getList Method
The method gets the jQuery object reference of the <ul> element of the wijlist widget.
Syntax
$(function () {
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijlist("getList");
});
function getList() : object;

Return Value

the ul JQuery reference.
See Also

Reference

wijlist type
wijlist jQuery Widget