[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

[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 Rick Faircloth
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 issue

[jQuery] Re: cluetip issue(another issue)

2007-08-26 Thread Karl Swedberg
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').cluetip({local: true

[jQuery] Re: cluetip issue(another issue)

2007-08-26 Thread Rick Faircloth
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').cluetip({local: true, mouseOutClose: true

[jQuery] Re: cluetip issue(another issue)

2007-08-26 Thread Rick Faircloth
? 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 there. and yes, it's automatic

[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't get