Default value: null
This is an animation option for hiding the tab's panel content.
$(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;
//Set hide animation to blind/fade and duration to 200. $('.selector').wijtabs({ hideOption: { blind: true, fade: true, duration: 200}});
options type wijtabs jQuery Widget