Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cremetv/tooltips

JS script for tooltips
https://github.com/cremetv/tooltips

Last synced: 2 days ago
JSON representation

JS script for tooltips

Awesome Lists containing this project

README

        

# tooltips
JS script for tooltips

Include the css & js file into your project
```HTML

```
and use the tooltips with html Attributes
```HTML


```

| Attribute | Default | Description |
|-----------------------|----------|-------------------------------------------------------------|
| data-tooltip | | initializing the tooltip & setting the tooltip text |
| data-tooltip-position | `bottom` | define the position of the tooltip. [top|right|bottom|left] |