[jQuery] Re: clueTip updates and new theme

2007-07-23 Thread Klaus Hartl
Web Specialist wrote: Karl, I'll want to suggest a little change in your clueTip plugin. Using this code: A class=cluetip_Help id=http://localhost/local/cluetip/demo/ajax4.htm; title=Testing new clueTip Plugin Test /A will display the hint for that link. This occurs because IE reads

[jQuery] Re: clueTip updates and new theme

2007-07-23 Thread Web Specialist
Karl, I'll want to suggest a little change in your clueTip plugin. Using this code: A class=cluetip_Help id=http://localhost/local/cluetip/demo/ajax4.htm; title=Testing new clueTip Plugin Test /A will display the hint for that link. This occurs because IE reads title argument and displays that

[jQuery] Re: clueTip updates and new theme

2007-07-23 Thread Web Specialist
Wow! Thanks for the fast response. Please look this image: How to remove the hint(native IE) message? Is it possible(using title argument for clueTip plugin)? Cheers 2007/7/23, Klaus Hartl [EMAIL PROTECTED]: Web Specialist wrote: Karl, I'll want to suggest a little change in your clueTip

[jQuery] Re: clueTip updates and new theme

2007-07-23 Thread Karl Swedberg
yes, I agree with Klaus on this one, and actually thought I had built in that feature. I declare the variable so it can be used in the clueTip: var tipTitle = $this.attr(defaults.titleAttribute) // default titleAttribute is title, of course then on show, I remove the attribute from the

[jQuery] Re: clueTip updates and new theme

2007-07-23 Thread Klaus Hartl
Web Specialist wrote: Wow! Thanks for the fast response. Please look this image: How to remove the hint(native IE) message? Is it possible(using title argument for clueTip plugin)? Cheers Hm, after looking through the code it turns out, that the plugin already does what I was talking

[jQuery] Re: clueTip updates and new theme

2007-07-23 Thread Klaus Hartl
Karl Swedberg wrote: yes, I agree with Klaus on this one, and actually thought I had built in that feature. I declare the variable so it can be used in the clueTip: var tipTitle = $this.attr(defaults.titleAttribute) // default titleAttribute is title, of course then on show, I remove

[jQuery] Re: clueTip updates and new theme

2007-07-23 Thread Karl Swedberg
On Jul 23, 2007, at 8:58 AM, Klaus Hartl wrote: Hm, after looking through the code it turns out, that the plugin already does what I was talking about (I should have known Karl better). :-) Although the title is changed when activating a tooltip and restored after closing, so maybe you

[jQuery] Re: clueTip updates and new theme

2007-07-23 Thread Karl Swedberg
On Jul 23, 2007, at 9:05 AM, Klaus Hartl wrote: Karl, maybe that's because the title is removed no sooner than the content for the tip is loaded? Just guessing... absolutely. I think you're spot on with that. Will work on this as soon as I have some time to breathe. While I was

[jQuery] Re: clueTip updates and new theme

2007-07-23 Thread Web Specialist
Karl, This is my directories structure: clueTip /css /images /loader.gif /js / jquery.js and so on / jquery.cluetip.js / alt-demo.js Using this code: - html: a class=cluetip_Help rel=http://localhost/local/cluetip/ajax4.cfm;

[jQuery] Re: clueTip updates and new theme

2007-07-20 Thread Karl Swedberg
thanks, Glen and Web Specialist! Glen, great idea for the fadeIn(). I'll see what I can do. By the way, I posted a blog entry for beta 2 last night, with more enhancements/fixes and committed the files to svn: BLOG ENTRY: http://www.learningjquery.com/2007/07/cluetip-plugin-beta-2 SOURCE

[jQuery] Re: clueTip updates and new theme

2007-07-20 Thread Danjojo
Amazing work, clue-tips (hyperlink hints), are one of my favorite things to come out of all the changes of late.. I hope to try them out soon.. On Jul 20, 3:07 pm, Glen Lipka [EMAIL PROTECTED] wrote: Right now, I think this is a great plugin. Very easy to set up and useful/usable. Feature