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