Wijmo UI for the Web
hideOption Option
wijmo.tabs.wijtabs Namespace > options type : hideOption Option

Default value: null

This is an animation option for hiding the tab's panel content.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijtabs("option", "hideOption");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijtabs("option", "hideOption", newValue);
        
});
var hideOption : object;
Example
//Set hide animation to blind/fade and duration to 200.
$('.selector').wijtabs({
hideOption: { blind: true, fade: true, duration: 200}});
See Also

Reference

options type
wijtabs jQuery Widget