I made a tool tip using html, jquery, and css. The Tool tip uses the title attribute in order to show its contents.
<a href="#" class="tooltip" title="Hello">Hover Me</a>
When I hover the link I see the tool tip and its working fine. The problem is that I also see the built in html tool tip. Is there any way to disable that html tool tip ? OR is there any other attribute that I can use to solve this problem ?