Searched refs:showTarget (Results 1 – 1 of 1) sorted by relevance
/plugin/advrack/ |
H A D | jquery.qtip.js | 1435 if(hideTarget.add(showTarget).length === hideTarget.length) { 1453 toggleEvents.length && this._bind(showTarget, toggleEvents, function(event) { 1460 this._bind(showTarget, showEvents, showMethod); 1466 showTarget = options.show.target, 1484 this._bind(showTarget, 'mousemove', function(event) { 1507 this._bindEvents(showEvents, hideEvents, showTarget, hideTarget, hoverIntent, function() { 1522 showTarget = options.show.target, 1581 this._bind(showTarget, 'qtip-'+this.id+'-inactive', inactiveMethod); 1588 this._bindEvents(showEvents, hideEvents, showTarget, hideTarget, showMethod, hideMethod); 1591 this._bind(showTarget.add(tooltip), 'mousemove', function(event) { [all …]
|