The load event handler.
A function called after the content of a remote tab has been loaded.
Syntax
Javascript (Usage) | |
---|
$(function () {
// Set load event handler function
$(".selector").wijtabs({
load : function (e, args) {
}
});
});
|
Javascript (Specification) | |
---|
load = function (
: Object,
: IWijTabsEventArgs
) { };
|
Parameters
- e
- The jQuery.Event object.
- args
- The data with this event.
See Also
Reference
options type
wijtabs jQuery Widget