$(function () { // Set showing event handler function $(".selector").wijtooltip({ showing : function (event, ui) { } }); });
Parameters
- event
- jQuery.Event object
- ui
- The wijtooltip widget.
$(function () { // Set showing event handler function $(".selector").wijtooltip({ showing : function (event, ui) { } }); });