The show event handler. A function called when a tab is shown.
Syntax
Javascript (Usage) | |
---|
$(function () {
// Set show event handler function
$(".selector").wijtabs({
show : function (e, args) {
}
});
});
|
Javascript (Specification) | |
---|
show = function (
: Object,
: IWijTabsEventArgs
) { };
|
Parameters
- e
- The jQuery.Event object.
- args
- The data with this event.
See Also
Reference
options type
wijtabs jQuery Widget