开发者

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

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开发者_StackOverflow社区-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


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

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

Simple.


If you haven't already found something, I'd recommend qTip (although the map areas in the example aren't matched up to the image that well).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜