[jQuery] Re: cluetip question mark loading data

2009-04-01 Thread likestheaction
Yep, that worked. I thought showtitle would extract the title out of my webpage, so i misunderstood. I've tried a couple other tip plugins, and this one seems the most robust for custom content, so i'm glad to get it working! Thanks, -lta On Apr 1, 8:57 am, Karl Swedberg wrote: > Hi there, >

[jQuery] Re: cluetip question mark loading data

2009-04-01 Thread Karl Swedberg
Hi there, The problem is that you're using the splitTitle option, which is for loading text from the link's title attribute into the clueTip. Remove that option and it should work. --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Mar 31, 2009, at 11:31

[jQuery] Re: cluetip question: is it possible to have tabs inside a cluetip?

2008-06-18 Thread JohnieKarr
I can't remember the name of it, but there is a tool tip plug-in that allows the plug-in to be another page. I can't remember if you can take your mouse inside the tooltip or not. I'm sure it can be made to do so. I use it at work. so I will get the name of it in the morning for you and post.

[jQuery] Re: cluetip question: is it possible to have tabs inside a cluetip? (SOLVED)

2008-06-18 Thread se
On Jun 18, 1:36 am, se <[EMAIL PROTECTED]> wrote: > here's what i'm trying to achieve, a tooltip that looks like this > and stays open until closed (no > close button there atm). is this possible, and if so -- how? i tried > to rebuild this into the page from

[jQuery] Re: cluetip question: is it possible to have tabs inside a cluetip?

2008-06-18 Thread Skurmedel
I've done some tool tip-related stuff myself recently. I found it easiest to have an initially hidden element with absolute positioning somewhere. Using events I display the tooltip next to the element using jQuery.offset, jQuery.height and jQuery.width. On Jun 18, 1:36 am, se <[EMAIL PROTECTED]>

[jQuery] Re: cluetip question

2008-03-05 Thread Dylan Verheul
On Wed, Mar 5, 2008 at 3:58 PM, Karl Swedberg <[EMAIL PROTECTED]> wrote: > It looks like you came up with a workaround for your issue, but for > future reference, as of version 0.9.5 you can override defaults > globally like so: > > $.fn.cluetip.defaults.cluetipClass = 'jtip'; I found that ou

[jQuery] Re: cluetip question

2008-03-05 Thread Karl Swedberg
Hi Dylan, I'm honored that you're using clueTip! :-) It looks like you came up with a workaround for your issue, but for future reference, as of version 0.9.5 you can override defaults globally like so: $.fn.cluetip.defaults.cluetipClass = 'jtip'; Hope that helps. --Karl __

[jQuery] Re: cluetip question

2008-03-05 Thread Dylan Verheul
On Wed, Mar 5, 2008 at 11:09 AM, Dylan Verheul <[EMAIL PROTECTED]> wrote: > I'd like to set a default style for cluetips in my project. Quick update: I solved it by changing the CSS -- nothing wrong with that since I don't need the other styles. For people that do, my original question may still

[jQuery] Re: cluetip question

2008-01-08 Thread Shawn
Thanks for the kudo's Karl. I've always felt obligated (or is that obliged) to give back what I myself have received. In this case is the help/mentoring/support the community provides. So I help out where I can. I just hope I'm not way off on my postings.. :) But fully expect to be correct

[jQuery] Re: cluetip question

2008-01-07 Thread Karl Swedberg
Thanks for answering this question, Shawn! I really appreciate the time you've taken here and on your blog to help others with some of clueTip's features. Feijó, Shawn showed you a way to use an element on the same page for the tooltip's contents. If you'd like to use the invoking elemen

[jQuery] Re: cluetip question

2008-01-05 Thread Shawn
Yes, you can. First, you specify the attribute that contains the ajax page OR the name of the local element to show. If you are doing local a local element, you then set the "local" property to true, and adjust any other properties as needed. Using a local element is mutually exclusive of an

[jQuery] Re: ClueTip Question...

2007-11-18 Thread Karl Swedberg
On Nov 18, 2007, at 8:23 PM, Rick Faircloth wrote: Hi, Karl… The plug-in is working much better now that you implemented the various positioning features. I went back to auto to check out the cluetip image behavior and, you’re right, ‘auto’ works better for me than ‘mouse’. thanks! and

[jQuery] Re: ClueTip Question...

2007-11-18 Thread Rick Faircloth
ave any quotes around auto, which wasn't working. I noticed that some of the attribute values had quotes, so I decided to put the quotes on and make it 'auto' and it worked. Rick From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Karl Swedberg Sent

[jQuery] Re: ClueTip Question...

2007-11-18 Thread Karl Swedberg
am... -Original Message- From: jquery-en@googlegroups.com [mailto:jquery- [EMAIL PROTECTED] On Behalf Of Rick Faircloth Sent: Saturday, November 17, 2007 11:39 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: ClueTip Question... I should have looked a little harder. there it was

[jQuery] Re: ClueTip Question...

2007-11-18 Thread Rick Faircloth
Those of us who are sole proprietors/freelancers can't help it sometimes... :o) Rick > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Feijó > Sent: Sunday, November 18, 2007 12:11 PM > To: jquery-en@googlegroups.com >

[jQuery] Re: ClueTip Question...

2007-11-18 Thread Feijó
its monologue permited in this group? lol Feijó - Original Message - From: "Rick Faircloth" <[EMAIL PROTECTED]> To: Sent: Sunday, November 18, 2007 3:03 AM Subject: [jQuery] Re: ClueTip Question... > > Well... I guess asking a question spawns an answer. >

[jQuery] Re: ClueTip Question...

2007-11-17 Thread Rick Faircloth
ber 17, 2007 11:39 PM > To: jquery-en@googlegroups.com > Subject: [jQuery] Re: ClueTip Question... > > > I should have looked a little harder. there it was in "black & white". > > So, I did find the info about positioning the ClueTip and decided that > "auto&quo

[jQuery] Re: ClueTip Question...

2007-11-17 Thread Rick Faircloth
I should have looked a little harder. there it was in "black & white". So, I did find the info about positioning the ClueTip and decided that "auto" would probably be what I'm looking for, but when I put "positionBy: auto" in the ClueTip options, it disabled the ClueTip. The "hidden div" part of