Home
last modified time | relevance | path

Searched refs:hideTarget (Results 1 – 1 of 1) sorted by relevance

/plugin/advrack/
H A Djquery.qtip.js1433 PROTOTYPE._bindEvents = function(showEvents, hideEvents, showTarget, hideTarget, showMethod, hideMe… argument
1435 if(hideTarget.add(showTarget).length === hideTarget.length) {
1461 this._bind(hideTarget, hideEvents, hideMethod);
1467 hideTarget = options.hide.target,
1507 this._bindEvents(showEvents, hideEvents, showTarget, hideTarget, hoverIntent, function() {
1523 hideTarget = options.hide.target,
1550 hideTarget = hideTarget.add( tooltip.addClass(CLASS_FIXED) );
1558 this._bind(hideTarget, 'mouseleave', function() {
1584 this._bind(hideTarget.add(tooltip), QTIP.inactiveEvents, inactiveMethod, '-inactive');
1588 this._bindEvents(showEvents, hideEvents, showTarget, hideTarget, showMethod, hideMethod);