Lines Matching refs:hide

260 		clearTimeout(this.timers.hide);
289 !this.triggering && this.hide();
374 if('hide' in opts && invalidOpt(opts.hide)) {
375 opts.hide = opts.hide.jquery ? { target: opts.hide } : { event: opts.hide };
1122 PROTOTYPE.hide = function(event) { return this.toggle(FALSE, event); }; function
1228 if(!tooltip.hasClass(CLASS_DISABLED)) { self.hide(event); }
1298 clearTimeout(this.timers.hide);
1317 clearTimeout(this.timers.hide);
1323 (this.options.hide.fixed && (
1336 this.timers.hide = delay.call(this,
1338 this.options.hide.delay,
1344 if(this.tooltip.hasClass(CLASS_DISABLED) || !this.options.hide.inactive) { return FALSE; }
1350 function(){ this.hide(event); },
1351 this.options.hide.inactive
1401 …oltip.hasClass(CLASS_FIXED) && !tooltip.hasClass(CLASS_DISABLED) && clearTimeout(this.timers.hide);
1407 if(options.position.target === 'mouse' && options.hide.event &&
1409 this.hide(event);
1467 hideTarget = options.hide.target,
1469 hideEvents = options.hide.event ? $.trim('' + options.hide.event).split(' ') : [];
1475 …if(/mouse(over|enter)/i.test(options.show.event) && !/mouse(out|leave)/i.test(options.hide.event))…
1523 hideTarget = options.hide.target,
1531 hideEvents = options.hide.event ? $.trim('' + options.hide.event).split(' ') : [];
1540 if(/mouse(out|leave)/i.test(options.hide.event) && options.hide.leave === 'window') {
1543 this.hide(event);
1549 if(options.hide.fixed) {
1564 if(('' + options.hide.event).indexOf('unfocus') > -1) {
1573 this.hide(event);
1579 if('number' === typeof options.hide.inactive) {
1593 if('number' === typeof options.hide.distance) {
1595 limit = this.options.hide.distance,
1600 this.hide(event);
1613 if(options.hide.event) {
1645 this.options.hide.target[0],
1706 if(config.hide.target === FALSE) { config.hide.target = newTarget; }
1945 hide: { class in QTIP.defaults
1966 hide: NULL, property in QTIP.defaults.events
2678 .hide();
2686 current.hide(event);
2693 current.hide(event);
2761 if(!state) { elem.hide(); }