var instance; // Type: options instance.showing = function(event, ui) { };
showing = function ( event : any, ui : any ) { };
$(“selector”).tooltip({ showing: function () { //Cancels this event. return false; } });
options type
© 2013 All Rights Reserved.