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

Parameters

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

Reference

options type
wijtooltip jQuery Widget