• Sticky Tooltip script


    Sticky Tooltip script是一个可以按鼠标右键或按S键就能固定内容展示框的Tooltip控件。展示框中的内容可以是正常的HTML页面,这使得其非常易于定制。

    Sticky Tooltip script

    This script adds a rich HTML tooltip to elements that's revealed when the mouse rolls over them, in which the tooltip follows the cursor around as it moves about within the element. The tooltip can be "stickied", or kept visible on the screen by right clicking on pressing "s" should the user wish to interact with some content within the tooltip, such as click a link inside it. The contents for each tooltip are simply defined as regular HTML on the page, making them very easy to define and customize. Throw in a subtle fade in effect, and you've got yourself a tooltip that can do more than just show extra information, but serve it as well!

    点击次数   官方主页【官方主页】   下载地址【下载地址】

    网友留言/评论

    我要留言/评论

    相关开源项目

    JQuery Esay Tooltip:这个插件让你利用简单的方式就能够实现一个漂亮的Tooltips。
    $(Element).easytooltip(formid);
    CSS ToolTip:可以使用CSS与JavaScript设计你Tooltips的风格。
    Prototip:Prototip是一个基于Prototype Js框架开发用于创建简单和复杂tooltips的小工具。如与Scriptaculous搭配使用,还可为其加入些漂亮的动画效果。
    Coda Bubble Plugin:这个jQuery插件可以用于制作漂亮的汽泡弹出窗。可以指定汽泡与触发元素之前的距离、汽泡自动消失时间,汽泡窗宽度。
    jQToolTip:jQToolTip一个利用jQuery实现的简单tooltips插件。
    $("#example1").tooltip({cssClass:"tooltip-red"});
    Humane JS: 这是一个没有采用任何JavaScript框架开发的、测过良好测试、简单的消息提醒系统。
    Ajax Tooltip script:这个Tooltip根据页面标签title属性指定的链接地地通过Ajax获取气泡要显示的内容。
    jquery-rollover-tooltip:利用jQuery实现当鼠标移过图标上方时会出现一个气泡(tooltip),气泡中的内容读取自html tags属性。
    BoxOver:使用javascript/DHTML开发Tooltips控件。
    Mobile Tooltip widget:一个可以在图片上显示Tooltips的GWT 控件。随着鼠标在图片上移动,Tooltips也会跟着移动。