[jQuery] Re: Problems with clueTip

2008-01-07 Thread psy*
Thanks for your reply! But I just want to open it faster in internet explorer since IE doesn't rcognize the fadein effect and so shows it after the time, the tooltip would have been faded in completely, you understand?? Why can't the IE use the fadein effect? Is three any workaround??? Thanks!

[jQuery] Re: Problems with clueTip

2008-01-06 Thread Karl Swedberg
On Jan 5, 2008, at 2:32 PM, KnoxBaby wrote: Sorry for asking again, but perhaps you overread that there's again a question at the end of my statement when I already said that everything works fine: Is it possible to show the tooltip a little bit faster in IE and with the fade effect??? Hi,

[jQuery] Re: Problems with clueTip

2008-01-06 Thread KnoxBaby
Sorry for asking again, but perhaps you overread that there's again a question at the end of my statement when I already said that everything works fine: Is it possible to show the tooltip a little bit faster in IE and with the fade effect??? On 1 Jan., 12:36, KnoxBaby <[EMAIL PROTECTED]> wrote

[jQuery] Re: Problems with clueTip

2008-01-01 Thread KnoxBaby
WOW thanks, now it works also in IE (the confirm msg abort and the tooltip)! To the problem with the trailing comma: I thought first when I started with jquery that thisd may be wrong but than I often saw it with a trailing comma at the end of an array and since in php it's also allowed (array('as

[jQuery] Re: Problems with clueTip

2007-12-30 Thread Karl Swedberg
Okay, it looks like it's working fine in Firefox, but not at all in IE6. The problem is that you have a trailing comma in your object literal, an incorrect syntax that Firefox overlooks. $('a.help').cluetip({ cluetipClass: 'jtip', arrows: true,

[jQuery] Re: Problems with clueTip

2007-12-29 Thread KnoxBaby
Still the problem: http://www.jahlabs.de/jquery/test/ In IE: Tooltips and confirm message bug still not working :( On 26 Dez., 01:45, Karl Swedberg <[EMAIL PROTECTED]> wrote: > On Dec 24, 2007, at 5:41 PM, KnoxBaby wrote: > > > > > Hello, > > > thanks for your help again. Thanks, I want to say

[jQuery] Re: Problems with clueTip

2007-12-25 Thread Karl Swedberg
On Dec 24, 2007, at 5:41 PM, KnoxBaby wrote: Hello, thanks for your help again. Thanks, I want to say that I didn't upload the new "version" because it worked everything ... Second, I want to ask you if you can add the possibility to split the local content too if spitTitle is set because t

[jQuery] Re: Problems with clueTip

2007-12-24 Thread KnoxBaby
Hello, thanks for your help again. Thanks, I want to say that I didn't upload the new "version" because it worked everything ... Second, I want to ask you if you can add the possibility to split the local content too if spitTitle is set because than I would not have a redundant data as title aga

[jQuery] Re: Problems with clueTip

2007-12-24 Thread Karl Swedberg
Okay, after investigating a bit more, I discovered that there is an error in the Metadata plugin that you're using. On line 95 the left curly bracket is not escaped in the regexp: if ( !/^{/.test( data ) ) it should be this: if ( !/^\{/.test( data ) ) Actually,

[jQuery] Re: Problems with clueTip

2007-12-24 Thread Karl Swedberg
Ok I got it to work with verion 1.0: http://jqueryjs.googlecode.com/svn/tags/plugins/metadata/1.0/jquery.metadata.pack.js I just looked at your test page, and the tips are still showing [object object]. Did you change it back? Until this bug is fixed, you might want to just change lines

[jQuery] Re: Problems with clueTip

2007-12-24 Thread KnoxBaby
OK I tried it, and it works without the metadata ... But I need a working version of metadata for tablesorter plugin ... What to do now?? Further: How to split the content of the local div (like the title attribute) so that I can have a local content: "title|content" and it's splitted for the to

[jQuery] Re: Problems with clueTip

2007-12-24 Thread KnoxBaby
WOW thanks, I try this ... the problem is: I need metadata plugin for the table sorter to work correctly :( Do you think there's a nother version of metadata, that would work? jtip.js can be removed as it is only necesary on the login page! Thanks for your effort, I hope, that the problem with th

[jQuery] Re: Problems with clueTip

2007-12-24 Thread KnoxBaby
grml, I go crazy with IE :( I posted, that everything works fine except splitting ... that's not right. Without metadata plugin, it works from local content for IE and FF! Here I just need the option to split the content. With metadata 1.0, it works in FF, but not in IE (in IE, it doesn't show a

[jQuery] Re: Problems with clueTip

2007-12-24 Thread KnoxBaby
>This is because you need to attach the event handler to the abort link >after the clueTip is populated with the content. Actually, if you're >using local content and jQuery 1.2.x, it should work. Otherwise, >you're going to have to re-bind the click event to the link. Shawn >Grover wrote an exce

[jQuery] Re: Problems with clueTip

2007-12-24 Thread KnoxBaby
Ok I got it to work with verion 1.0: http://jqueryjs.googlecode.com/svn/tags/plugins/metadata/1.0/jquery.metadata.pack.js so now, I just need the opportunity to split the local content into title and content of the tooltip :) Further: I don't understand why the link is followed even though I cl

[jQuery] Re: Problems with clueTip

2007-12-23 Thread Karl Swedberg
The plot thickens! I really don't know the reason ... tried everything. But one question more: When I use local content, I think the spiTitle option should be available for this too to split the local content into title/content or how to do that instead? thanks! I started plucking out other s

[jQuery] Re: Problems with clueTip

2007-12-23 Thread KnoxBaby
oh I missed the link to my site: http://www.jahlabs.de/jquery/test/ On 23 Dez., 22:39, KnoxBaby <[EMAIL PROTECTED]> wrote: > Thanks again for your great support and help, but it doesn't fix my > prob :( > Again my site: > > it's the newest jquery file and cluetip comes from svn! I have removed >

[jQuery] Re: Problems with clueTip

2007-12-23 Thread KnoxBaby
Thanks again for your great support and help, but it doesn't fix my prob :( Again my site: it's the newest jquery file and cluetip comes from svn! I have removed the spitTitle but also when I try to use rel="asd.html" without local:true and the asd.html is in the same directory, I have an empty t

[jQuery] Re: Problems with clueTip

2007-12-23 Thread Karl Swedberg
-In IE it shows sometimes in the status bar "errors on the page", and sometimes not ... I'm a little bit confused ... -In Firefox, Tooltips are shown correctly if I use title="" attribute and spitTitle in tpl/my_cluetips.js and without spitTitle and using local:true, it shows a tooltip with [obj

[jQuery] Re: Problems with clueTip

2007-12-23 Thread KnoxBaby
OK I have a test page online: http://www.jahlabs.de/jquery/test/ there are the following probs: -In IE it shows sometimes in the status bar "errors on the page", and sometimes not ... I'm a little bit confused ... -In Firefox, Tooltips are shown correctly if I use title="" attribute and spitTit

[jQuery] Re: Problems with clueTip

2007-12-22 Thread Karl Swedberg
Do you have a page that I can look at? I'm not sure what the problem could be at this point. Have you seen the example (#6) on the demo page that uses local content? http://plugins.learningjquery.com/cluetip/demo/ A comparison of your attempt and the demo might help. I'd be happy to help

[jQuery] Re: Problems with clueTip

2007-12-22 Thread firstlor
Hello, first: thanks :) It doesn't work still ... it shows the tooltip without an title and with [Object object] as content ... in IE7 and IE6 it doesnt show any tooltip ... :( On 21 Dez., 19:31, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Hi firstlor, > > I think the problem in your situation mi

[jQuery] Re: Problems with clueTip

2007-12-21 Thread Karl Swedberg
Hi firstlor, I think the problem in your situation might be that you're setting the clueTip to use both the title attribute ( using splitTitle: '|' ) and the local element ( using local: true ). I cleaned up your options map, removing redundant or conflicting options. Please try this ver