Wijmo UI for the Web
disabled Option
wijmo.flipcard.wijflipcard Namespace > options type : disabled Option

Default value: false

A value that determines whether or not to disable the wijflipcard widget.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijflipcard("option", "disabled");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijflipcard("option", "disabled", newValue);
        
});
var disabled : boolean;
See Also

Reference

options type
wijflipcard jQuery Widget