]> git.mxchange.org Git - friendica.git/blob - library/tiptip/README.txt
added index to config and pconfig table
[friendica.git] / library / tiptip / README.txt
1 TipTip
2
3 *******
4 small modification to work with jQuery 1.6.4
5 (works also with jQuery 1.7b1)
6 *******
7
8 Copyright 2010 Drew Wilson
9
10 http://www.drewwilson.com
11 http://code.drewwilson.com/entry/tiptip-jquery-plugin
12
13 Version 1.3   -   Updated: Mar. 23, 2010
14
15 This Plug-In will create a custom tooltip to replace the default
16 browser tooltip. It is extremely lightweight and very smart in
17 that it detects the edges of the browser window and will make sure
18 the tooltip stays within the current window size. As a result the
19 tooltip will adjust itself to be displayed above, below, to the left
20 or to the right depending on what is necessary to stay within the
21 browser window. It is completely customizable as well via CSS.
22
23 This TipTip jQuery plug-in is dual licensed under the MIT and GPL licenses:
24 http://www.opensource.org/licenses/mit-license.php
25 http://www.gnu.org/licenses/gpl.html