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