Searched refs:_bind (Results 1 – 1 of 1) sorted by relevance
| /f-stack/tools/libxo/xohtml/external/ |
| H A D | jquery.qtip.js | 1314 PROTOTYPE._bind = function(targets, events, method, suffix, context) { function in PROTOTYPE 1402 this._bind(documentTarget, ['mouseout', 'blur'], function(event) { 1419 this._bind(hideTarget, 'mouseleave', function() { 1442 this._bind(showTarget, 'qtip-'+this.id+'-inactive', inactiveMethod); 1461 this._bind(showTarget, showEvents, showMethod); 1462 this._bind(hideTarget, hideEvents, hideMethod); 1463 this._bind(showTarget, toggleEvents, function(event) { 1469 this._bind(showTarget.add(tooltip), 'mousemove', function(event) { 1493 this._bind(showTarget, ['mouseenter', 'mouseleave'], function(event) { 1499 this._bind(documentTarget, 'mousemove', function(event) { [all …]
|