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://www.codercto.com/soft/d/23460.html

挑战程序设计竞赛

挑战程序设计竞赛

秋叶拓哉、岩田阳一、北川宜稔 / 巫泽俊、庄俊元、李津羽 / 人民邮电出版社 / 2013-7-1 / CNY 79.00

世界顶级程序设计高手的经验总结 【ACM-ICPC全球总冠军】巫泽俊主译 日本ACM-ICPC参赛者人手一册 本书对程序设计竞赛中的基础算法和经典问题进行了汇总,分为准备篇、初级篇、中级篇与高级篇4章。作者结合自己丰富的参赛经验,对严格筛选的110 多道各类试题进行了由浅入深、由易及难的细致讲解,并介绍了许多实用技巧。每章后附有习题,供读者练习,巩固所学。 本书适合程序设计......一起来看看 《挑战程序设计竞赛》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具