[jQuery] Interface Tooltip problem
Hello all,
I am looking for a good tooltip library. I like the look and feel of the
Interface one but there's a big problem with it - when I hover over
something on say the right edge of the screen where I want the tooltip to
appear, most of it goes off the edge of the screen. The same is true if it's
on the left of the screen and the position is set to left.
Any thoughts on how it can be fixed?
Also, I made a small modification to the tooltip that enabled it to load
external ajax content - my solution here was to add my own attribute to
whatever fields I want to display a tooltip called tip and then just do
(inside the show() method):
url = jEl.attr('tip');
if (url) $('#tooltipURL').load(url); right before the href part within the
if (title) codeblock. I put it here because I want all of my tooltips to
have a title associated with them. Thoughts on any better way to do this?
--
View this message in context: http://www.nabble.com/Interface-Tooltip-problem-tf3139669.html#a8702420
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/