Lines Matching defs:event

334 			content.text = function(event, api) {  argument
662 .delegate('.qtip-close', 'mousedown keydown mouseup keyup mouseout', function(event) { argument
665 .delegate('.qtip-close', 'mouseover mouseout', function(event){ argument
686 ;PROTOTYPE.reposition = function(event, effect) { argument
940 PROTOTYPE.toggle = function(state, event) { argument
1092 PROTOTYPE.show = function(event) { return this.toggle(TRUE, event); }; argument
1094 PROTOTYPE.hide = function(event) { return this.toggle(FALSE, event); }; argument
1096 ;PROTOTYPE.focus = function(event) { argument
1130 PROTOTYPE.blur = function(event) { argument
1193 .click(function(event) { argument
1237 };;function showMethod(event) { argument
1252 function hideMethod(event) { argument
1288 function inactiveMethod(event) { argument
1298 function repositionMethod(event) { argument
1303 PROTOTYPE._storeMouse = function(event) { argument
1338 delegate(SELECTOR, ['mouseenter', 'mouseleave'], function(event) { argument
1371 PROTOTYPE._trigger = function(type, args, event) { argument
1402 this._bind(documentTarget, ['mouseout', 'blur'], function(event) { argument
1426 this._bind(containerTarget.closest('html'), ['mousedown', 'touchstart'], function(event) { argument
1463 this._bind(showTarget, toggleEvents, function(event) { argument
1469 this._bind(showTarget.add(tooltip), 'mousemove', function(event) { argument
1493 this._bind(showTarget, ['mouseenter', 'mouseleave'], function(event) { argument
1499 this._bind(documentTarget, 'mousemove', function(event) { argument
1638 event = args[args.length - 1], variable
1688 QTIP.bind = function(opts, event) argument
1732 targets.show.bind('mousemove'+namespace, function(event) { argument
1738 function hoverIntent(event) { argument
1890 event: 'mouseenter', property
1899 event: 'mouseleave', property
2018 …qtip._bind( $('*', tip).add(tip), ['click', 'mousedown'], function(event) { event.stopPropagation(… argument
2382 reposition: function(event, api, pos, viewport) { argument