Wijmo UI for the Web
disabled Option
wijmo.list.wijlist Namespace > options type : disabled Option

Default value: false

Determines whether the widget is disabled. If set to true, the control appears dimmed and does not respond when clicked.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijlist("option", "disabled");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijlist("option", "disabled", newValue);
        
});
var disabled : boolean;
See Also

Reference

options type
wijlist jQuery Widget