Lines Matching refs:hide
263 clearTimeout(this.timers.hide);
290 !this.triggering && this.hide();
375 if('hide' in opts && invalidOpt(opts.hide)) {
376 opts.hide = opts.hide.jquery ? { target: opts.hide } : { event: opts.hide };
1094 PROTOTYPE.hide = function(event) { return this.toggle(FALSE, event); }; function in PROTOTYPE
1194 if(!tooltip.hasClass(CLASS_DISABLED)) { self.hide(event); }
1242 clearTimeout(this.timers.hide);
1262 clearTimeout(this.timers.hide);
1268 (this.options.hide.fixed && (
1282 if(this.options.hide.delay > 0) {
1283 this.timers.hide = setTimeout(callback, this.options.hide.delay);
1289 if(this.tooltip.hasClass(CLASS_DISABLED) || !this.options.hide.inactive) { return FALSE; }
1294 $.proxy(function(){ this.hide(event); }, this), this.options.hide.inactive
1350 …oltip.hasClass(CLASS_FIXED) && !tooltip.hasClass(CLASS_DISABLED) && clearTimeout(this.timers.hide);
1356 if(options.position.target === 'mouse' && options.hide.event &&
1358 this.hide(event);
1389 hideTarget = options.hide.target,
1397 hideEvents = options.hide.event ? $.trim('' + options.hide.event).split(' ') : [],
1401 if(/mouse(out|leave)/i.test(options.hide.event) && options.hide.leave === 'window') {
1404 this.hide(event);
1410 if(options.hide.fixed) {
1425 if(('' + options.hide.event).indexOf('unfocus') > -1) {
1434 this.hide(event);
1440 if('number' === typeof options.hide.inactive) {
1471 if('number' === typeof options.hide.distance) {
1473 limit = this.options.hide.distance,
1478 this.hide(event);
1491 if(options.hide.event) {
1523 this.options.hide.target[0],
1591 if(config.hide.target === FALSE) { config.hide.target = newTarget; }
1712 targets = { show: options.show.target, hide: options.hide.target }; property
1715 hide: $.trim('' + options.hide.event).replace(/ /g, namespace+' ') + namespace property
1722 if(/mouse(over|enter)/i.test(events.show) && !/mouse(out|leave)/i.test(events.hide)) {
1723 events.hide += ' mouseleave' + namespace;
1744 targets.show.add(targets.hide).unbind(namespace);
1758 if(events.show !== events.hide) {
1759 targets.hide.bind(events.hide, function() { clearTimeout(api.timers.show); });
1897 hide: { property
1918 hide: NULL, property