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 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 displaying the actucally div).  is there a way to refrest the tooltip
> while it is displaying?
> 
> 
> Eridius wrote:
>> 
>> this is my cluetip code:
>> 
>> $('#trip_builder_popup').cluetip({local: true,
>>                                                                
>> mouseOutClose: true,
>>                                                                sticky: true,
>>                                                                positionBy: 
>> 'auto'});
>> 
>> I want the box to appear in the same place every time but it is placed
>> based on my mouse, how can i stop this as the demo page works like i want
>> it to?
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/cluetip-issue-tf4330231s15494.html#a12340379
Sent from the JQuery mailing list archive at Nabble.com.

Reply via email to