Lines Matching refs:tip
1998 var context, tip;
2001 …tip = this.element = qtip.elements.tip = $('<div />', { 'class': NAMESPACE+'-tip' }).prependTo(qti…
2018 …qtip._bind( $('*', tip).add(tip), ['click', 'mousedown'], function(event) { event.stopPropagation(…
2089 tip = this.element.css('cssText', ''),
2095 color[0] = css(tip, BG_COLOR) || css(colorElem, BG_COLOR) || css(elements.content, BG_COLOR) ||
2096 css(tooltip, BG_COLOR) || tip.css(BG_COLOR);
2099 color[1] = css(tip, borderSide, COLOR) || css(colorElem, borderSide, COLOR) ||
2103 …$('*', tip).add(tip).css('cssText', BG_COLOR+':'+TRANSPARENT+IMPORTANT+';'+BORDER+':0'+IMPORTANT+'…
2179 tip = this.element,
2180 inner = tip.children(),
2234 tip.css({
2339 tip = this.element,
2378 tip.css({ margin: '', top: '', bottom: '', left: '', right: '' }).css(position);
2483 if(this.qtip.elements.tip) {
2484 this.qtip.elements.tip.find('*')
2490 TIP = PLUGINS.tip = function(api) {
2491 return new Tip(api, api.options.style.tip);
2500 opts = options.style.tip;
2501 if(typeof opts !== 'object') { opts = options.style.tip = { corner: opts }; }
2507 CHECKS.tip = {
2531 tip: { property
2555 tip = api.plugins.tip,
2589 tipLength = tip && tip.size ? tip.size[lengthName] || 0 : 0,
2590 tipAdjust = tip && tip.corner && tip.corner.precedance === side && !isShift ? tipLength : 0,
2597 tipAdjust = tip && tip.corner && tip.corner.precedance === otherSide ? tipLength : 0;
2603 …iner.offset[side1] + viewport.offset[side1] + (tipAdjust && tip.corner[side] === CENTER ? tip.offs…