Skip to content

Commit

Permalink
Added Q tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
glix committed Mar 13, 2014
1 parent 765f4b6 commit ac793f4
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Q_tooltip/INSTALL
@@ -0,0 +1,8 @@
Installing qTip is relatively straight forward. Simply include the both the jQuery and qTip library files e.g. jquery-qtip-1.0.0.min.js using script html element(s), like so:

<script type="text/javascript" src="/projects/qtip/js/jquery.1.3.2.min.js"></script>
<script type="text/javascript" src="/projects/qtip/js/jquery.qtip-1.0.0.min.js"></script>

Notice the jQuery library is included before qTip. This is _absolutely essential_ for correct functioning of the library and its accompanying methods.

It is HIGHLY RECOMMENDED that all JavaScript includes like the one above be placed after all your content at the footer of the page, just before the end </body> tag. This ensures that all content is loaded before manipulation of the DOM occurs.
7 changes: 7 additions & 0 deletions Q_tooltip/LICENSE
@@ -0,0 +1,7 @@
Copyright © 2009 Craig Thompson

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5 changes: 5 additions & 0 deletions Q_tooltip/REQUIREMENTS
@@ -0,0 +1,5 @@
JQUERY IS REQUIRED FOR USE OF THIS PLUGIN

You can grab the latest version here: http://jquery.com

We recommend version 1.3 due to its significant speed increases in several areas, but qTip supports the use of jQuery version 1.2.6 and above for all you who have decided not to upgrade.
25 changes: 25 additions & 0 deletions Q_tooltip/jquery-1.3.2.min.js

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions Q_tooltip/jquery.qtip-1.0.0-rc3.min.js

Large diffs are not rendered by default.

0 comments on commit ac793f4

Please sign in to comment.