I basically am storing some data in the title attribute of some divs that I probably shouldn't be. Anyways I have done it now and when I hover over these elements this information pops up in the browsers handy default tooltip.
e.g
<div title="blah blah blah">something</div>
Is there a method to stop this tooltip title functionality from working as it normally does?