Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can i display qtip in place of standard div?
13th May, 12:37
Post: #1
How can i display qtip in place of standard div?
Currently in application I'm doing:

JS Code
$('<div id="tooltip">' + toolTipContent + '</div>').css( {
			position : 'absolute',
			display : 'none',
			top : y + 5,
			left : x + 5,
			border : '1px solid #fdd',
			padding : '2px',
			'background-color' : '#fee',
			opacity : 0.80
		    }).appendTo("body").fadeIn(200);


How can I replace this functionality with qtips.. Since I'm displaying this tooltip when hovering over points on canvas there is no explicit selector to tie the to. I determine when to show, hide and where to display the tooltip.

Thanks
Find all posts by this user
Quote this message in a reply
14th May, 18:15
Post: #2
RE: How can i display qtip in place of standard div?
bump.. 20 views but no answers...
Find all posts by this user
Quote this message in a reply
15th May, 13:17
Post: #3
RE: How can i display qtip in place of standard div?
Hmmm not exactly the way qTip was meant to be used,but the best way to do this would to be use a single qTip for teh canvas element and update its position / contents using the API.

Craig Thompson
Web Developer / Designer
Craigsworks
http://www.craigsworks.com
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [Solved] qTip Ajax data for text in a div akhil_csit 1 325 14th March 19:27
Last Post: Craig
  can't hide qtip in a “position: absolute;” div shdog 1 283 14th March 17:35
Last Post: Craig
  show qtip in a specified div or position myapweb 1 593 27th December 17:53
Last Post: Craig
  [Solved] QTip content from existing div element on page? dcash 4 2,530 8th December 18:29
Last Post: Craig
  Qtip "tip" won't display in IE9 cmiller 1 608 21st November 00:55
Last Post: Craig
  [Solved] Problem with Fixed Position div and scrolling homerlex 7 1,474 26th October 19:35
Last Post: Craig
  [Solved] Use external urls to display relevant data placebo33 4 1,096 8th September 16:16
Last Post: Craig
  [Solved] Tool tip action is unexpected on display ktilcu 8 966 27th August 14:47
Last Post: Craig
  [Solved] qtip to display on another in another php/html place holder davidkhan 9 1,347 27th August 14:45
Last Post: Craig
  [Solved] Part of autosuggest div that overflows qtip is hidden jstewmc 3 1,660 25th August 18:27
Last Post: Craig



User(s) browsing this thread: 1 Guest(s)