# jquery.tooltips

> Facebook-style tooltip plugin for jQuery

Latest version **1.0.0** (published 2017-01-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install jquery.tooltips
pnpm add jquery.tooltips
yarn add jquery.tooltips
bun add jquery.tooltips
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2017-01-02 |
| First published | 2017-01-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Jason Frame |
| Maintainers | log1x |
| Keywords | jquery, tooltips, facebook, tipsy |

## Links

- npm: https://www.npmjs.com/package/jquery.tooltips
- Repository: https://github.com/log1x/jquery.tooltips
- Homepage: https://github.com/jaz303/tipsy
- Issues: https://github.com/jaz303/tipsy/issues
- npm.io page: https://npm.io/package/jquery.tooltips

## 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

- 1.0.0 (latest) — 2017-01-02

## README

# jQuery Tooltips

Facebook-style tooltip plugin for jQuery

## Description

This is a fork of [tipsy](https://github.com/jaz303/tipsy) by Jason Frame.

This fork includes:

* npm support for Webpack
* Bower support
* SASS-based stylesheet
* Cleaner schematic markup and class naming conventions
* More sane defaults

## Installation

#### npm
`npm install jquery.tooltips --save`

#### Yarn
`yarn add jquery.tooltips`

#### Bower
`bower install jquery.tooltips`

## Usage
```
$(function() {
    $('[data-toggle=tooltip]').tooltip();
    $('[data-toggle=tooltip-s]').tooltip({gravity: 'n'});
    $('[data-toggle=tooltip-w]').tooltip({gravity: 'e'});
    $('[data-toggle=tooltip-e]').tooltip({gravity: 'w'});
});
```

## Additional Information
Additional information including documentation can be found in the original tipsy repository found [here](https://github.com/jaz303/tipsy).

## License
This fork is released under the original tipsy MIT license and is copyright Jason Frame. I take no credit for this source code, and would like to give a special thank you to Jason for creating an easy to use, minimalistic, lightweight tooltip plugin.

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