微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

brTip

程序名称:brTip

授权协议: 未知

操作系统: 未知

开发语言:

brTip 介绍

This jQuery plugin was inspired and based on varIoUs other plugins of tooltip,
but this is better =)

  1. Instalation:

    • Include jQuery
    • Include brTip
    • Include CSS of brTip
    • Select the element and apply:

    • $(‘.brTip’).brTip();

    • $(‘img’).brTip();
    • It’s full customizable with options. The options is explained here:

fadeIn: Number or String (‘’) - Speed of fadeIn

fadeOut: Number or String (‘’) - Speed of fadeOut

toShow: Number (100) - Delay time (ms) to show

toHide: Number (500) - Delay time (ms) to hide

opacity: Number (0.8) - The brTip opacity, from 0 - 1

top: Number (1) - The top position of brTip is sum of mouse position with this

left: Number (25) - The same of top, but for the left position

title: String (‘Help’) - The title of brTip

* $('a[@rel=brTip]').brTip({fadeIn: 'slow', left: -50, top: 10});
* $('a[@rel=brTip]').brTip({title: 'About this:'});
  1. brTip has been tested in the following browsers:

    • IE 6 & 7
    • Firefox 2
    • Opera 9
    • Safari 3
    • KNow issues:

    • Don’t allow multiple instances

brTip 官网

http://plugins.jquery.com/project/brTip

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐