1.1.4 • Published 9 years ago

tip v1.1.4

Weekly downloads
4
License
ISC
Repository
-
Last release
9 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

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.9

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.0

11 years ago