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