Lines Matching refs:qtip
24 else if(jQuery && !jQuery.fn.qtip) {
1044 .not(tooltip).not(opts.target).qtip('hide', $.Event('tooltipsolo'));
1147 qtips.filter('.' + CLASS_FOCUS).qtip('blur', event);
1719 elem.qtip('destroy', true);
1748 QTIP = $.fn.qtip = function(options, notation, newValue)
1819 $.qtip = QTip;
2044 function Tip(qtip, options) { argument
2051 this.init( (this.qtip = qtip) );
2055 init: function(qtip) { argument
2059 …tip = this.element = qtip.elements.tip = $('<div />', { 'class': NAMESPACE+'-tip' }).prependTo(qti…
2076 …qtip._bind( $('*', tip).add(tip), ['click', 'mousedown'], function(event) { event.stopPropagation(…
2080 qtip._bind(qtip.tooltip, 'tooltipmove', this.reposition, this._ns, this);
2096 var titlebar = this.qtip.elements.titlebar;
2103 var my = this.qtip.options.position.my;
2121 var elements = this.qtip.elements,
2132 var elements = this.qtip.elements,
2146 var elements = this.qtip.elements,
2233 this.qtip.cache.corner = c.clone();
2248 var elements = this.qtip.elements,
2259 if(!corner) { corner = this.qtip.cache.corner || this.corner; }
2407 elements = this.qtip.elements,
2537 this.qtip._unbind(this.qtip.tooltip, this._ns);
2540 if(this.qtip.elements.tip) {
2541 this.qtip.elements.tip.find('*')
2570 this.qtip.reposition();
2578 this.qtip.reposition();
2792 this.init( (this.qtip = api) );
2796 init: function(qtip) { argument
2797 var tooltip = qtip.tooltip;
2803 qtip.elements.overlay = OVERLAY.elem;
2809 qtip._bind(tooltip, ['tooltipshow', 'tooltiphide'], function(event, api, duration) {
2824 qtip._bind(tooltip, 'tooltipfocus', function(event, api) {
2845 qtips.filter('.' + CLASS_FOCUS).qtip('blur', event.originalEvent);
2858 qtip._bind(tooltip, 'tooltiphide', function(event) {
2860 $(MODALSELECTOR).filter(':visible').not(tooltip).last().qtip('focus', event);
2870 OVERLAY.toggle(this.qtip, !!state, duration);
2875 this.qtip.tooltip.removeClass(MODALCLASS);
2878 this.qtip._unbind(this.qtip.tooltip, this._ns);
2881 OVERLAY.toggle(this.qtip, FALSE);
2882 delete this.qtip.elements.overlay;
2913 this.qtip.elems.overlay.toggle(
2914 this.qtip.tooltip[0].offsetWidth > 0
3309 function Ie6(api, qtip) { argument
3311 this.init( (this.qtip = api) );
3316 var overlay = this.qtip.elements.overlay;
3320 init: function(qtip) { argument
3321 var tooltip = qtip.tooltip,
3326 this.bgiframe = qtip.elements.bgiframe = $(BGIFRAME).appendTo(tooltip);
3329 qtip._bind(tooltip, 'tooltipmove', this.adjustBGIFrame, this._ns, this);
3337 if( qtip.elements.overlay && qtip.elements.overlay.addClass('qtipmodal-ie6fix') ) {
3338 qtip._bind(window, ['scroll', 'resize'], this._scroll, this._ns, this); field
3339 qtip._bind(tooltip, ['tooltipshow'], this._scroll, this._ns, this);
3347 var tooltip = this.qtip.tooltip,
3352 plugin = this.qtip.plugins.tip,
3353 tip = this.qtip.elements.tip,
3372 if(this.qtip.rendered < 1 || this.drawing) { return this; }
3374 var tooltip = this.qtip.tooltip,
3375 style = this.qtip.options.style,
3376 container = this.qtip.options.position.container,
3380 this.qtip.drawing = 1;
3422 this.qtip._unbind([window, this.qtip.tooltip], this._ns);