Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cremetv/tooltips
- Owner: cremetv
- Created: 2019-11-11T16:36:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-13T15:31:14.000Z (about 5 years ago)
- Last Synced: 2024-11-09T14:45:45.395Z (about 2 months ago)
- Language: CSS
- Homepage: https://cremetv.github.io/tooltips/
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tooltips
JS script for tooltipsInclude 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] |