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 (
: any,
: any
) { };
|
Parameters
- event
- jQuery.Event object
- ui
- The wijtooltip widget.
See Also
Reference
options type
wijtooltip jQuery Widget