How i can show the title of this
<a href="www.google.com"
title="google"
onclick="search.php"
target="_blank">google</a>
on mouse on, I want show it in a div and not in the basic tooltip how?
I think its easy to show but i dont know how to hide the original browser tooltip
Is there a way to do this in JavaScript, or in jQuery
?