Home
last modified time | relevance | path

Searched refs:hideEvents (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
1439 hideEvents = $.map(hideEvents, function(type) {
1461 this._bind(hideTarget, hideEvents, hideMethod);
1469 hideEvents = options.hide.event ? $.trim('' + options.hide.event).split(' ') : [];
1476 hideEvents.push('mouseleave');
1507 this._bindEvents(showEvents, hideEvents, showTarget, hideTarget, hoverIntent, function() {
1531 hideEvents = options.hide.event ? $.trim('' + options.hide.event).split(' ') : [];
1588 this._bindEvents(showEvents, hideEvents, showTarget, hideTarget, showMethod, hideMethod);