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

Default value: false

A value determines the highlight state when the mouse leaves an item.

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

Reference

options type
wijlist jQuery Widget