H A D | jquery.qtip.js | 1344 if(this.tooltip.hasClass(CLASS_DISABLED) || !this.options.hide.inactive) { return FALSE; } 1347 clearTimeout(this.timers.inactive); 1349 this.timers.inactive = delay.call(this, 1351 this.options.hide.inactive 1579 if('number' === typeof options.hide.inactive) { 1951 inactive: FALSE, property in QTIP.defaults.hide
|