Skip to content

Commit 05f054d

Browse files
committed
Added Similar Projects section to readme.
1 parent 1713647 commit 05f054d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,13 @@ $('#element').data('powertiptarget', 'myToolTip');
9898
| `intentPollInterval` | `100` | Number | Hover intent polling interval in milliseconds. |
9999
| `intentSensitivity` | `7` | Number | Hover intent sensitivity. The tooltip will not open unless the number of pixels the mouse has moved within the `intentPollInterval` is less than this value. These default values mean that if the mouse cursor has moved 7 or more pixels in 100 milliseconds the tooltip will not open. |
100100

101+
## Similar Projects
102+
There are (countless) other JavaScript tooltip projects that are worth taking a look at and may better suit your needs. Here are some of my favorites.
103+
104+
* [qTip2](https://github.com/Craga89/qTip2)
105+
* [TipTip](https://github.com/drewwilson/TipTip)
106+
* [clueTip](https://github.com/kswedberg/jquery-cluetip)
107+
101108
## License
102109

103110
*(This project is released under the [MIT license](https://raw.github.com/stevenbenner/jquery-powertip/master/LICENSE.txt).)*

0 commit comments

Comments
 (0)