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

https://github.com/explooosion/tooltip-popup

This is a jQuery Plugin for ToolTip. 
https://github.com/explooosion/tooltip-popup

Last synced: about 1 month ago
JSON representation

This is a jQuery Plugin for ToolTip. 

Awesome Lists containing this project

README

          

# ToolTip-popup
###### This is a jQuery Plugin for ToolTip. 
## Demo
###### [CodePen](http://codepen.io/ta7382/pen/PNRyxr)
![Imgur](http://i.imgur.com/NHYPP1a.gif)
 
## Add CDN
```html

```
 
## Add Link
```html

```
 
## Create a Tag
+ title = msg 
+ class = popup
```html
獵人
```
 
## Initial
### move:up、down、left、right
```javascript
$(function(){
$('.popup').popup({
move: 'down'
});
});
```