You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

click event for anchor tag does not work as expected Created Nov 9, 2009

This thread is solved

Views: 1664     Replies: 1     Last reply May 19, 2010  
You must login first before you can use this feature

jqueryuser

Posts: 1

Registered:
Nov 9, 2009

click event for anchor tag does not work as expected

Posted: Nov 9, 2009

I'd like to use an anchor tag to display the tooltip - clicking on the tag will display the anchor tag and clicking on a close button somewhere in the tooltip will close the tag.

If, however, I hover the anchor tag then the tooltip is immediately displayed (i.e. on mouseover).

Looking through the source it looks like the show / hide functions are bound to the click event directly however the show event is invoked regardless of the events specified in the configuration.

What configuration should I be passing to the tooltip to make this work or is this a bug?

Thanks

kenan

Posts: 3

Registered:
Mar 4, 2010

Resolution

Posted: May 19, 2010

Reply to: click event for anchor tag does not work as expected, from jqueryuser
The following works for me
tip: '#tip', events: {def:"click,blur",anchor:"click,blur" ,widget:"click,blur", tooltip:"mouseover" },