• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..15-Dec-2021-

dist/H03-May-2022-747594

grunt/tasks/H03-May-2022-

src/H15-Dec-2021-605484

.bower.jsonH A D15-Dec-20211 KiB4444

.eslintrcH A D15-Dec-20211.8 KiB106106

.gitattributesH A D15-Dec-202192 54

.gitignoreH A D15-Dec-202167 87

.npmignoreH A D15-Dec-202112 11

.travis.ymlH A D15-Dec-2021140 1211

LICENSEH A D15-Dec-20211 KiB2319

README.mdH A D15-Dec-20213.7 KiB7454

bower.jsonH A D15-Dec-2021732 3535

package.jsonH A D15-Dec-20211.9 KiB6665

README.md

1[![Build Status](https://travis-ci.org/qTip2/qTip2.svg)](https://travis-ci.org/qTip2/qTip2)
2[![devDependency Status](https://david-dm.org/qTip2/qTip2/dev-status.svg?theme=shields.io)](https://david-dm.org/qTip2/qTip2#info=devDependencies)
3[![Join the chat at https://gitter.im/qTip2/qTip2](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/qTip2/qTip2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4
5[qTip<sup>2</sup>][site] - Pretty powerful tooltips
6================================
7
8Introducing&hellip; qTip<sup>2</sup>. The second generation of the advanced qTip plugin for the ever popular jQuery framework.
9
10Building on 1.0's user friendly, yet feature rich base, qTip<sup>2</sup> provides you with tonnes of features like
11[speech bubble tips][tips] and [imagemap support][imgmap], and best of all... **it's completely free under the MIT license!**
12
13More documentation and information is available at the [official site][site].
14
15## Browser support
16<div style="text-transform: sub; text-align: center;">
17  <img src="http://media1.juggledesign.com/qtip2/images/browsers/64-chrome.png" title="Chrome 8+" /> 8+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
18  <img src="http://media1.juggledesign.com/qtip2/images/browsers/64-firefox.png" title="Firefox 3+" /> 3+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
19  <img src="http://media1.juggledesign.com/qtip2/images/browsers/64-ie.png" title="Internet Explorer 6+" /> 6+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
20  <img src="http://media1.juggledesign.com/qtip2/images/browsers/64-opera.png" title="Opera 9+" /> 9+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
21  <img src="http://media1.juggledesign.com/qtip2/images/browsers/64-safari.png" title="Safari 2+, iOS 4+" /> 2+, iOS 4+
22</div>
23
24## Getting qTip<sup>2</sup>
25
26### Stable releases
27Grab the latest releases of qTip<sup>2</sup> from the [cdnjs][cdnjs] or [jsDelivr][jsdelivr] [CDN][wikipedia-cdn]s.
28
29You can also customize the [plugins][plugins] included using the [download page][download] of the [official site][site].
30
31### Nightly (and older) releases
32You can checkout the various releases of qTip<sup>2</sup> (including the latest nightly builds) at the [release archive][archive].
33
34### Roll your own
35You can also build your own qTip<sup>2</sup> script that includes select [plugins][plugins] and [styles][style] to reduce the overall file size and remove features
36you don't plan on using. Find more information about this [here][build]
37
38## Documentation
39Take a look at the [documentation][docs] for extensive docs and guides.
40
41## Release History
42See the official [Changelog][changelog]
43
44## Questions or problems?
45If you have any questions, please feel free to post on the [support forums][forums], but before you do make sure to
46check out the [thorough documentation][docs] both here in the repo and on the [official site][site].
47
48## License
49Copyright (c) 2011-2016 Craig Michael Thompson. Licensed under the MIT license. *See [here][license] for more details.*
50
51## Special thanks
52Big shout-out to ["Cowboy" Ben Alman][cowboy] for providing the [grunt][grunt] build system used by qTip<sup>2</sup>
53
54[site]: http://qtip2.com/
55[archive]: http://qtip2.com/v/
56[docs]: http://qtip2.com/guides/
57[download]: http://qtip2.com/download
58[changelog]: http://qtip2.com/changelog
59[build]: http://qtip2.com/guides#custom-build
60[style]: http://qtip2.com/demos#styling
61[plugins]: http://qtip2.com/plugins
62[tips]: http://qtip2.com/plugins#tips
63[imgmap]: http://qtip2.com/plugins#imagemap
64
65[forums]: http://craigsworks.com/projects/forums/forum-qtip2
66[license]: http://jquery.org/license
67
68[cowboy]: http://github.com/cowboy
69[grunt]: http://github.com/gruntjs/grunt
70
71[wikipedia-cdn]: http://en.wikipedia.org/wiki/Content_delivery_network "Content Delivery Network"
72[cdnjs]: http://cdnjs.com/libraries/qtip2/
73[jsdelivr]: http://www.jsdelivr.com/#!qtip2
74