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