13th March, 10:59
I'm trying to get the qtip to display when a link is clicked using
show: { when: { event: 'click' } } - this isn't working i.e. I click and nothing happens.
if I use
hide: { when: { event: 'click' } } - this will hide the tip on click but the tip will show on mouseover by default without me specifying.
I want the qtip to be shown and hidden when the link is clicked. I also want to be able to stop the href but only whe the user has javascript working. Normally I'd use return false; inside .click().
please help
thanks
show: { when: { event: 'click' } } - this isn't working i.e. I click and nothing happens.
if I use
hide: { when: { event: 'click' } } - this will hide the tip on click but the tip will show on mouseover by default without me specifying.
I want the qtip to be shown and hidden when the link is clicked. I also want to be able to stop the href but only whe the user has javascript working. Normally I'd use return false; inside .click().
please help
thanks