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

Default value: true

The addHoverItemClass option determines whether the "ui-state-hover" class is applied to a list item on mouse over.

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

Reference

options type
wijlist jQuery Widget