Lines Matching refs:_bind
1365 PROTOTYPE._bind = function(targets, events, method, suffix, context) { function
1453 toggleEvents.length && this._bind(showTarget, toggleEvents, function(event) {
1460 this._bind(showTarget, showEvents, showMethod);
1461 this._bind(hideTarget, hideEvents, hideMethod);
1484 this._bind(showTarget, 'mousemove', function(event) {
1536 …self._bind(tooltip, name === 'toggle' ? ['tooltipshow','tooltiphide'] : ['tooltip'+name], callback…
1541 this._bind(documentTarget, ['mouseout', 'blur'], function(event) {
1558 this._bind(hideTarget, 'mouseleave', function() {
1565 this._bind(containerTarget.closest('html'), ['mousedown', 'touchstart'], function(event) {
1581 this._bind(showTarget, 'qtip-'+this.id+'-inactive', inactiveMethod);
1584 this._bind(hideTarget.add(tooltip), QTIP.inactiveEvents, inactiveMethod, '-inactive');
1591 this._bind(showTarget.add(tooltip), 'mousemove', function(event) {
1615 this._bind(showTarget, ['mouseenter', 'mouseleave'], function(event) {
1621 this._bind(documentTarget, 'mousemove', function(event) {
1632 this._bind( $.event.special.resize ? viewportTarget : windowTarget, 'resize', repositionMethod );
1637 this._bind( windowTarget.add(posOptions.container), 'scroll', repositionMethod );
2076 …qtip._bind( $('*', tip).add(tip), ['click', 'mousedown'], function(event) { event.stopPropagation(…
2080 qtip._bind(qtip.tooltip, 'tooltipmove', this.reposition, this._ns, this);
2809 qtip._bind(tooltip, ['tooltipshow', 'tooltiphide'], function(event, api, duration) {
2824 qtip._bind(tooltip, 'tooltipfocus', function(event, api) {
2858 qtip._bind(tooltip, 'tooltiphide', function(event) {
3329 qtip._bind(tooltip, 'tooltipmove', this.adjustBGIFrame, this._ns, this);
3338 qtip._bind(window, ['scroll', 'resize'], this._scroll, this._ns, this);
3339 qtip._bind(tooltip, ['tooltipshow'], this._scroll, this._ns, this);