Wijmo UI for the Web
hiding Event
wijmo.tooltip.wijtooltip Namespace > options type : hiding Event
jQuery.Event object
The wijtooltip widget.
Triggered before hiding the tooltip.If data.cancel is set to true, then the tooltip is no longer hidden
Syntax
$(function () {
    // Set hiding event handler function
    $(".selector").wijtooltip({
        hiding : function (event, ui) {
     
        }
    });
});
hiding = function ( 
   event : any,
   ui : any
) { };

Parameters

event
jQuery.Event object
ui
The wijtooltip widget.
See Also

Reference

options type
wijtooltip jQuery Widget