Wijmo UI for the Web
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
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijlist("option", "addHoverItemClass");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijlist("option", "addHoverItemClass", newValue);
        
});
Javascript (Specification) 
var addHoverItemClass : boolean;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijlist jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.