The text you add to the attribute title will pop up in the tooltip. This happens even if you don't use a plugin. The plugin is only used to make it look nicer.
You can take a look at my website where i use clueTip and the above code to render a nice preview of the article in the tooltip.
Adding specific info to an item based on nodename
Any ideas on how to add something to a navigation item based on nodename? I would like to add some code for a tooltip...
Try to use one of these jQuery Tooltip plugins:
And add the information you would like to pop up in your xslt:
The text you add to the attribute title will pop up in the tooltip. This happens even if you don't use a plugin. The plugin is only used to make it look nicer.
You can take a look at my website where i use clueTip and the above code to render a nice preview of the article in the tooltip.
Perfect! Thank you.
Incase anyone else is looking to do this, this is what i used in my navigation logic to add the tooltip to a specific document type "Future Links"
is working on a reply...