Default value: []
An array that specifies the listItem collections of wijlist.
Syntax
$(function () {
// Get value
var returnsValue; // Type: array
returnsValue = $(".selector").wijlist("option", "listItems");
// Set value
var newValue; // Type: array
$(".selector").wijlist("option", "listItems", newValue);
});
See Also