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

Return Value

the ul JQuery reference.
Browser Compatibility
7
5
5

See Also

Reference

wijlist type
wijlist jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.