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