Is the jQuery Tooltip widget good for use with IMAGE-MAP? suggestions / recommendations

I would like to display a different tooltip content for each of the areas defined in the image map. Are there any jQuery plugins that have an API well suited for use with imagemaps? I would like it to also be flexible about where the tooltip information comes from, for example. the content can be contained in an invisible iframe anchor element, or it can be from a database.

thanks

+2


a source to share


2 answers


If you haven't found anything yet, I would recommend qTip (although the map areas in the example don't match a good image).



+2


a source


I just started using the JQuery-UI hint:

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

      



Simple.

+5


a source







All Articles