Wijmo UI for the Web
showing Event
wijmo.tooltip.wijtooltip Namespace > options type : showing Event
jQuery.Event object
The wijtooltip widget.
Trigegred before showing the tooltip. Use return false; to cancel the event and stop showing the tooltip.
Syntax
$(function () {
    // Set showing event handler function
    $(".selector").wijtooltip({
        showing : function (event, ui) {
     
        }
    });
});
showing = function ( 
   event : any,
   ui : any
) { };

Parameters

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

Reference

options type
wijtooltip jQuery Widget