Triggered before hiding the tooltip.If data.cancel is
set to true, then the tooltip is no longer hidden
Syntax
Javascript (Usage) | |
---|
$(function () {
// Set hiding event handler function
$(".selector").wijtooltip({
hiding : function (event, ui) {
}
});
});
|
Javascript (Specification) | |
---|
hiding = function (
: any,
: any
) { };
|
Parameters
- event
- jQuery.Event object
- ui
- The wijtooltip widget.
See Also
Reference
options type
wijtooltip jQuery Widget