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