forked from drewwilson/TipTip
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
29 lines (19 loc) · 1.03 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
TipTip
Copyright 2010 Drew Wilson
http://www.drewwilson.com
http://code.drewwilson.com/entry/tiptip-jquery-plugin
Version 1.4 - Updated: Jun. 14, 2012
This Plug-In will create a custom tooltip. It is extremely lightweight
and very smart in that it detects the edges of the browser window and
will make sure the tooltip stays within the current window size. As a
result the tooltip will adjust itself to be displayed above, below, to
the left or to the right depending on what is necessary to stay within
the browser window. It is completely customizable as well via CSS.
This TipTip jQuery plug-in is dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html
-------------------------------------------------------------------
This is a heavily modified version of TipTip to fit the needs of Stipple. http://stipple.com
What's New:
* Cleaned up code to throw less errors in JSHint.
* Calling trigger('showTip') and trigger('hideTip') show and hide the tooltip.