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

Default value: false

Determines whether to pause the auto-play when clicking the content.

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

Reference

options type
wijlightbox jQuery Widget