# tooltipster

> A flexible and extensible jQuery plugin for modern tooltips.

Latest version **4.2.8** (published 2020-06-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install tooltipster
pnpm add tooltipster
yarn add tooltipster
bun add tooltipster
```

## Health

**Score 33/100 (F)** — status: abandoned.

Positive: has types package; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 4.2.8 |
| Published | 2020-06-05 |
| First published | 2014-10-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/tooltipster) |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.6 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2734 |
| Author | Caleb Jacob |
| Maintainers | ocean |
| Keywords | ecosystem:jquery, jquery-plugin, tooltip, tooltips |

## Links

- npm: https://www.npmjs.com/package/tooltipster
- Repository: https://github.com/iamceege/tooltipster
- Issues: https://github.com/iamceege/tooltipster/issues
- npm.io page: https://npm.io/package/tooltipster

## Alternatives

- [gamedig](https://npm.io/package/gamedig.md) — 29.3K weekly downloads
- [join-monster](https://npm.io/package/join-monster.md) — 12.8K weekly downloads
- [masked](https://npm.io/package/masked.md) — 5.5K weekly downloads
- [@comunica/actor-query-process-explain-logical](https://npm.io/package/@comunica/actor-query-process-explain-logical.md) — 4.7K weekly downloads
- [@veracity/vui](https://npm.io/package/@veracity/vui.md) — 4.6K weekly downloads

## Recent versions

- 4.2.8 (latest) — 2020-06-05
- 4.2.7 — 2019-08-19
- 4.2.6 — 2018-01-29
- 4.2.5 — 2017-04-28
- 4.2.4 — 2017-04-27
- 4.2.3 — 2017-03-21
- 4.2.2 — 2017-03-04
- 4.2.1 — 2017-03-04
- 4.2.0 — 2017-03-03
- 4.1.8 — 2017-02-12
- 4.1.7 — 2017-01-21
- 4.1.6 — 2016-11-01
- 4.1.5 — 2016-09-22
- 4.1.4 — 2016-08-19
- 4.1.3 — 2016-08-19
- … 12 more at https://npm.io/package/tooltipster/versions

## README

Tooltipster
===========

A flexible and extensible jQuery plugin for modern tooltips by Caleb Jacob and Louis Ameline under MIT license.  
Compatible with Mozilla Firefox, Google Chrome, IE6+ and others.  
Requires jQuery 1.10+ (or less, see the compatibility note in the doc).  
Default css + js files = 10Kb gzipped.

A reminder of options/methods lies below. For detailed documentation, visit http://iamceege.github.io/tooltipster/

Standard options
----------------

animation  
animationDuration  
content  
contentAsHTML  
contentCloning  
debug  
delay  
delayTouch  
functionInit  
functionBefore  
functionReady  
functionAfter  
functionFormat  
IEmin  
interactive  
multiple  
plugins  
repositionOnScroll  
restoration  
selfDestruction  
timer  
theme  
trackerInterval  
trackOrigin  
trackTooltip  
trigger  
triggerClose  
triggerOpen  
updateAnimation  
zIndex  

Other options
-------------

(these are available when you use sideTip, the default plugin)

arrow  
distance  
functionPosition  
maxWidth  
minIntersection  
minWidth  
side  
viewportAware  

Instance methods
----------------

close([callback])  
content([myNewContent])  
destroy()  
disable()  
elementOrigin()  
elementTooltip()  
enable()  
instance()  
on, one, off, triggerHandler  
open([callback])  
option(optionName [, optionValue])  
reposition()   
status()   

Core methods
------------

instances([selector || element])  
instancesLatest()  
on, one, off, triggerHandler  
origins()  
setDefaults({})  

Events
------

after  
before  
close  
closing  
created  
destroy  
destroyed  
dismissable  
format  
geometry  
init  
state  
ready  
reposition  
repositioned  
scroll  
start  
startcancel  
startend  
updated

sideTip events
--------------

position  
positionTest  
positionTested

---
_Source: https://npm.io/package/tooltipster · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
