A blank tooltip box appears when there is no "title" attribute in my link.
For example the link might look like this:-
I need to ensure that when there is no title attribute or if the attribute is an empty string the tooltip is not displayed.
Do I need to write my own onBeforeShow function to handle this? I would have thought most developers would want this behaviour by default.
Any help much appricated.
For example the link might look like this:-
<a href="http://www.yahoo.com" class="tooltiplink">yahoo</a>
I need to ensure that when there is no title attribute or if the attribute is an empty string the tooltip is not displayed.
Do I need to write my own onBeforeShow function to handle this? I would have thought most developers would want this behaviour by default.
Any help much appricated.
