Wijmo UI for the Web
showControlsOnHover Option
wijmo.lightbox.wijlightbox Namespace > options type : showControlsOnHover Option

Default value: true

Determines whether to display the control buttons only when hovering the mouse over the content.

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

Reference

options type
wijlightbox jQuery Widget