okay, answering my own question, if I don't worry about Safari, but focus on
Firefox and IE, it seems that I can get both the hover tip and the
click-to-activate tip due to the way FF and IE will show the Title attribute
as a tooltip. 

So doing something like: $('#clickme').cluetip({activation: 'click'});

on a link like this:   # 

will give me a hover tip "Click to set filter", as well as my confirm
dialogue on click. 

is there a better way?



rolfsf wrote:
> 
> I've been reading through the ClueTip examples but can't figure out if
> this is possible.
> 
> http://examples.learningjquery.com/62/
> 
> I want to display a short, standard hint on hover, something like "Click
> link to set filter"
> 
> then if the user clicks, load a small confirmation dialogue ClueTip that
> includes a submit button of some sort - like, Set filter to foo? [submit]
> [cancel]    (see the last example, click to activate)
> 
> Is it possible to get two different  'ClueTips' from the same link?
> 

-- 
View this message in context: 
http://www.nabble.com/ClueTip---combining-hover-with-click-to-activate-tf3948222s15494.html#a11204590
Sent from the JQuery mailing list archive at Nabble.com.

Reply via email to