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

C语言点滴

C语言点滴

赵岩 / 人民邮电出版社 / 2013-10-1 / 45.00元

C语言兼具高级语言和汇编语言的特点,学习起来难度较大,令不少初学者望而生畏。同时,C语言又是一门应用非常广泛的编程语言,在实际应用中如何根据不同的应用场景高效地使用C语言,也是大家非常感兴趣的话题。  《C语言点滴》精心选取C语言一些必备知识,这也是初学者容易搞不清楚、犯错误的知识点,进行深入地分析和介绍,以期帮助读者清除C语言学习之路上的“绊脚石”,降低初学入门的难度,培养继续深入的兴趣。  全......一起来看看 《C语言点滴》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码

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

html转js在线工具