Wijmo UI for the Web
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
Javascript (Usage) 
$(function () {
    // Set showing event handler function
    $(".selector").wijtooltip({
        showing : function (event, ui) {
     
        }
    });
});
Javascript (Specification) 
showing = function ( 
   event : any,
   ui : any
) { };

Parameters

event
jQuery.Event object
ui
The wijtooltip widget.

See Also

Reference

options type
wijtooltip jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.