Tooltip(工具提示)是網站中的一個小功能,但卻有很重要的作用,常用於顯示一些溫馨的信息提示和指引。創意的工具提示功能能夠加深用戶對網站印象,增加網站的用戶粘度。
因此,今天這篇文章向大家推薦的6款優秀的 jQuery Tooltip 插件就是用於幫助你在網站中加入漂亮的工具提示效果。
您可能感興趣的相關文章
jQuery TipTip
這是一款效果精美的 jQuery Tooltip 插件,可以定制方向。使用示例:
$(function(){ $(".someClass").tipTip({maxWidth: "auto", edgeOffset: 10}); });
jQuery Tools Tooltip
這是 jQuery Tools 開發工具包的組件之一,可以自定義功能和外觀。效果演示:
- Using any HTML inside the tooltip
- Imitating browsers default tooltip
- Using tooltips in form fields
- Using tooltips in tables or lists
- Custom tooltip effect
- Dynamic positioning of the tooltip
jQuery Horizontal Tooltips
效果簡潔的水平方向 Tooltip,有詳細的制作和實現教程可以參考。
Shiny Tooltips
非常光滑,充滿質感的 Tooltip 效果,支持8種漂亮的顏色,包含 PSD 和使用手冊。
Coda Popup Bubble
這是一個彈出氣泡效果的 Tooltip 功能,有詳細的使用教程。
您可能感興趣的相關文章