1.1.4 • Published 10 years ago

tip v1.1.4

Weekly downloads
4
License
ISC
Repository
-
Last release
10 years ago

tip

NPM version Downloads Dependency Status

Simple Tip plugin

Installation

npm i tip

Usage

online demo

var Tip = require('tip')

$(function() {
	var tip = Tip($('<div>tip</div>'))
	tip.attach('.target')
})

Support

IE6+

Api

var tip = Tip(nodelist, options)

Options

  • stay Boolean, if true then won't hide after mouseleave
  • offsetHook Function, change raw offset

CSS

Custom style by lessc

import "tip/style.less";

@tip-arrow-size: 7px; // arrow size
@tip-name: mytip; // class namespace, remember to change name in js also

License

License

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.9

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.0.0

12 years ago