[jQuery] Re: cluetip issue(another issue)SOLVED

2007-08-26 Thread Eridius
find out how to change the content in the tooltip dynamically. for those who want to know(and it is not hard with firebug) is all you have to do it change the content in the div with an id of cluetip-inner. Eridius wrote: > > Another thing i am looking for is to be able to change the content

[jQuery] Re: cluetip issue(another issue)

2007-08-26 Thread Rick Faircloth
Subject: [jQuery] Re: cluetip issue(another issue) Hey Rick, Your code isn't inside the $(document).ready() :-) --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Aug 26, 2007, at 5:03 PM, Rick Faircloth wrote: Well. can&

[jQuery] Re: cluetip issue(another issue)

2007-08-26 Thread Rick Faircloth
tting below them. See anything? Thanks! Rick From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Karl Swedberg Sent: Sunday, August 26, 2007 2:16 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: cluetip issue(another issue) Hi Rick, yes, that's in

[jQuery] Re: cluetip issue(another issue)

2007-08-26 Thread Rick Faircloth
ooglegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Karl Swedberg Sent: Sunday, August 26, 2007 1:22 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: cluetip issue(another issue) Hi eridius, Eridius wrote: this is my cluetip code: $('#trip_builder_popup').clue

[jQuery] Re: cluetip issue(another issue)

2007-08-26 Thread Karl Swedberg
TECTED] On Behalf Of Karl Swedberg Sent: Sunday, August 26, 2007 1:22 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: cluetip issue(another issue) Hi eridius, Eridius wrote: this is my cluetip code: $('#trip_builder_pop

[jQuery] Re: cluetip issue(another issue)

2007-08-26 Thread Rick Faircloth
x27;s automatic depending on screen space available based on the position of the element. Rick From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Karl Swedberg Sent: Sunday, August 26, 2007 1:22 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: cluetip issue(another

[jQuery] Re: cluetip issue(another issue)

2007-08-26 Thread Karl Swedberg
Hi eridius, Eridius wrote: this is my cluetip code: $('#trip_builder_popup').cluetip({local: true, mouseOutClose: true, sticky: true,

[jQuery] Re: cluetip issue(another issue)

2007-08-26 Thread Eridius
Another thing i am looking for is to be able to change the content in the tooltip with ajax while it is displaying. I tried to change the content and the content does change in the div i have added to but the tooltip does not(i guess it pulls the content from the div a displays it instead of dis