jQuery Tooltip widget well-suited to use with an IMAGE-MAP? suggestions/recommendations please

Tim picture Tim · May 16, 2010 · Viewed 7.3k times · Source

I would like to display different tooltip content for each of the areas defined in an image-map. Are there any jQuery plug-ins that have an API well-suited to use with image-maps? I would like it also be be flexible with regard to where the tooltip content comes from, e.g. the content might be contained in an anchor element of an invisible iframe or it might come from a database.

Thanks

Answer

Sean picture Sean · Apr 30, 2013

I've just started using JQuery-UI's tooltip:

$("area").tooltip({ track: true });

Simple.