Hi, clueTips don't work with dialogs in jQueryUI. I just get regular title when I hover over the links. The code I am using for this is :
HTML ================================ <div id="new_a_poll" class="flora" title="Edit Attendance Survey Settings"> <?php print T_('seconds');?>* <a href="#" onclick="return false;" class="tp_tooltip" title="|<?php print "SECONDS !!! YES SECONDS !!!";?>"><img src="../templates/images/help.gif" border="0"></a><BR /> <?php print T_('Play audio alert');?>: <select name="new_a_poll_sound" id="new_a_poll_sound"> <option value="0"><?php print T_('No');?></option> <option value="0"><?php print T_('Yes');?></option> </select> <a href="#" onclick="return false;" class="tp_tooltip" title="|<?php print "alert the audio";?>"><img src="../templates/images/help.gif" border="0"></a> </div> JAVASCRIPT ================================= // Tooltips $('a.tp_tooltip').cluetip({ splitTitle: '|', showTitle: false, cluezIndex: 4000 }); I tried enabling tooltips after the dialogs are opened (in case the elements needed to be visible before it added clueTips to them) but that didn't work either. Should I add this to the bug tracker (if there is one)? Or, am I doing something wrong? Thanks in advance, Moazzam