brTip

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-15 19:58:19

软件介绍

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
  2. Select the element and apply:

    • $('.brTip').brTip();
    • $('img').brTip();
  3. 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:'});
  4. brTip has been tested in the following browsers:

    • IE 6 & 7
    • Firefox 2
    • Opera 9
    • Safari 3
  5. Know issues:

    • Don't allow multiple instances

本文地址:https://codercto.com/soft/d/23460.html

How to Design Programs, 2nd Edition

How to Design Programs, 2nd Edition

Matthias Felleisen、Robert Bruce Findler、Matthew Flatt、Shriram Krishnamurthi / MIT Press / 2018-5-4 / USD 57.00

A completely revised edition, offering new design recipes for interactive programs and support for images as plain values, testing, event-driven programming, and even distributed programming. This ......一起来看看 《How to Design Programs, 2nd Edition》 这本书的介绍吧!

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

html转js在线工具
html转js在线工具

html转js在线工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具