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