Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有图像,当我将光标放在图像上时,需要出现一个工具提示,我怎样才能用简单的代码而不是复杂的代码来解决这个问题
http://jsfiddle.net/Navya/RwBXB/2/
在非常简单的代码中,它是:
<img src="yourimage.png" title="Your tooltip!" />
使用这个 jquery 插件,它是一个干净简单的工具提示。有一个如何实现它的指南,所以你不应该有任何麻烦,但如果需要,我可以提供额外的帮助。
http://code.drewwilson.com/entry/tiptip-jquery-plugin