diff options
author | friendica <info@friendica.com> | 2011-12-12 13:43:08 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-12 13:43:08 -0800 |
commit | 9a32265fc78e450cb52be105f163ab11a4901082 (patch) | |
tree | 4cf232105f9a25986566272688563dc314108221 /library/tiptip/README.txt | |
parent | b10e20c59916fa92c631a2535122d7f15f85441e (diff) | |
parent | ea638e97adaa85422d5b3dc46eb93ab054e2ba69 (diff) | |
download | volse-hubzilla-9a32265fc78e450cb52be105f163ab11a4901082.tar.gz volse-hubzilla-9a32265fc78e450cb52be105f163ab11a4901082.tar.bz2 volse-hubzilla-9a32265fc78e450cb52be105f163ab11a4901082.zip |
Merge branch 'pull'
Diffstat (limited to 'library/tiptip/README.txt')
-rw-r--r-- | library/tiptip/README.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/library/tiptip/README.txt b/library/tiptip/README.txt new file mode 100644 index 000000000..740d11a50 --- /dev/null +++ b/library/tiptip/README.txt @@ -0,0 +1,25 @@ +TipTip + +******* +small modification to work with jQuery 1.6.4 +(works also with jQuery 1.7b1) +******* + +Copyright 2010 Drew Wilson + +http://www.drewwilson.com +http://code.drewwilson.com/entry/tiptip-jquery-plugin + +Version 1.3 - Updated: Mar. 23, 2010 + +This Plug-In will create a custom tooltip to replace the default +browser 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
\ No newline at end of file |