Karl; excellent job! I'm new to jQuery and have been on a crash course
for the past week in an attempt to implement it for an enterprise web
app. As the UX guy, I normally don't get too deep into coding, but I
also need to make sure what I choose will work well and be extendable
for updates.
My question(s) are thus:
Q 1: I can't seem to get the close button to work when I use the
sticky clueTip (#8 click to activate) on the demo page. I know the
link that opens the clueTip also closes it, but I was hoping to add
the "x" to close it as well. Is there a way to have both?

Q2: Is there a way to toggle the image that opens/closes the clueTip?
I am using the down arrow image from the jQuery Accordion and I would
like it to toggle from a down arrow to an up arrow when the clueTip is
open.

code:
$('#drill').cluetip({activation: 'click'});

<a href="nothing.htm" rel="drill_name.html" id="drill2" title="Row2
Data">
  <img src="images/drill_down.gif" border="0"></a>

Thank you so much!

Reply via email to