Wijmo UI for the Web
hidden Event
jQuery.Event object
The wijtooltip widget.
Triggered once the tooltip is hidden.
Syntax
Javascript (Usage) 
$(function () {
    // Set hidden event handler function
    $(".selector").wijtooltip({
        hidden : function (event, ui) {
     
        }
    });
});
Javascript (Specification) 
hidden = 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.