一个jquery tooltip plugin

本插件是从公司项目里抽取出的,欢迎大家使用,有什么需要改进的,大家多提意见.争取做得更好!

源代码下载: https://github.com/tomlxq/jquery-tooltip.git

This is a demonstration!

Example:

$("[class=toolImg]").tooltip();
$("[title^=header\\=]").tooltip({type: "html"});
$("[class^=toolTxt]").tooltip({type: "tooltip"})
一个jquery tooltip plugin
Figure 1. single image
一个jquery tooltip plugin
Figure 2. single image with title
一个jquery tooltip plugin
Figure 3. only text
一个jquery tooltip plugin
Figure 4. text with title

相关推荐