I tried executing a Jquery tooltip code on marker hover, however I think that the problem lies in setting the position.
Here’s my code
google.maps.event.addListener(marker, "mouseover", function () {
$('#example-1').tipsy();
});
The MOUSEOVER code itself works, but I think that I might need to set the position of the tooltip?
The plugin can be found here:
http://onehackoranother.com/projects/jquery/tipsy/
The problem here is the element needs to be on the map.
For an illustration of how to do this look at the Custom Info Window Example, Google for:
Google Maps Javascript API v3 Example Info Window Custom