Having link like ,
<a href="/video/?index=4/multimedia-layover.png" title="This is title"></div></a>
I want to suppress the tool tips.
I have refereed this question. And i am trying to do something like adding this to link
onmouseover="title='';"
It is working but , when i am going to click on that link and want to process that title it is displaying empty string because i used onmouseover="title='';"
Is there is another way to disable tool tip ?
Only want to disable tool tip and not to make title to empty.