Wijmo UI for the Web
showControlsOnHover Option
wijmo.carousel.wijcarousel Namespace > options type : showControlsOnHover Option

Default value: false

Determines whether the controls should be shown after created or when hovering on the dom element.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijcarousel("option", "showControlsOnHover");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijcarousel("option", "showControlsOnHover", newValue);
        
});
var showControlsOnHover : boolean;
Example
$("#element").wijcarousel( { showControlsOnHover: true } );
See Also

Reference

options type
wijcarousel jQuery Widget