Wijmo UI for the Web
hidden Event
wijmo.tooltip.wijtooltip Namespace > options type : hidden Event
jQuery.Event object
The wijtooltip widget.
Triggered once the tooltip is hidden.
Syntax
$(function () {
    // Set hidden event handler function
    $(".selector").wijtooltip({
        hidden : function (event, ui) {
     
        }
    });
});
hidden = function ( 
   event : any,
   ui : any
) { };

Parameters

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

Reference

options type
wijtooltip jQuery Widget