After installing and configuring cluetip, i realized that the urls you hover over to see the tooltip don't work when you click on them. It's like this on all of their examples - http://plugins.learningjquery.com/cluetip/demo/ (tested in firefox and safari at least)

How can I enable the urls that invoke the tooltip to be clicked?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

After futher reasearch I found out there's a configurable variable in the cluetip javascript called 'clickThrough'. Assigning this to true enables the urls the hoverable urls to function.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.