mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
73 lines
3.5 KiB
Markdown
73 lines
3.5 KiB
Markdown
[qTip<sup>2</sup>][site] - Pretty powerful tooltips
|
|
================================
|
|
|
|
Introducing… qTip<sup>2</sup>. The second generation of the advanced qTip plugin for the ever popular jQuery framework.
|
|
|
|
Building on 1.0's user friendly, yet feature rich base, qTip<sup>2</sup> provides you with tonnes of features like
|
|
[speech bubble tips][tips] and [imagemap support][imgmap], and best of all... **it's completely free under the MIT/GPLv2 licenses!**
|
|
|
|
More documentation and information is available at the [official site][site].
|
|
|
|
## Browser support
|
|
<div style="text-transform: sub; text-align: center;">
|
|
<img src="http://media1.juggledesign.com/qtip2/images/browsers/64-chrome.png" title="Chrome 8+" /> 8+
|
|
<img src="http://media1.juggledesign.com/qtip2/images/browsers/64-firefox.png" title="Firefox 3+" /> 3+
|
|
<img src="http://media1.juggledesign.com/qtip2/images/browsers/64-ie.png" title="Internet Explorer 6+" /> 6+
|
|
<img src="http://media1.juggledesign.com/qtip2/images/browsers/64-opera.png" title="Opera 9+" /> 9+
|
|
<img src="http://media1.juggledesign.com/qtip2/images/browsers/64-safari.png" title="Safari 2+, iOS 4+" /> 2+, iOS 4+
|
|
</div>
|
|
|
|
## Getting qTip<sup>2</sup>
|
|
|
|
### Stable releases
|
|
You can grab the *latest stable releases* from the [download page][download] of the [official site][site]. This also lets
|
|
you choose what [plugins][plugins] you'd like included in your download, as well as other things.
|
|
|
|
Otherwise, if you prefer to use a [CDN] [wikipedia-cdn], you can now find qTip<sup>2</sup> available on [cdnjs] [cdnjs].
|
|
|
|
### Bleeding edge
|
|
You can grab the latest and greatest qTip<sup>2</sup> nightly from the [dist][dist] directory and get started quickly.
|
|
Download the [production version][min] or the [development version][max].
|
|
|
|
|
|
### Custom builds
|
|
You 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
|
|
you don't plan on using. Find more information about this [here][build]
|
|
|
|
## Documentation
|
|
Take a look at the [Wiki][wiki] for extensive docs and guides.
|
|
|
|
## Release History
|
|
_(Nothing yet)_
|
|
|
|
## Questions or problems?
|
|
If you have any questions, please feel free to post on the [support forums][forums], but before you do make sure to
|
|
check out the [thorough documentation][wiki] both here in the repo and on the [official site][site].
|
|
|
|
## License
|
|
Copyright (c) 2012 Craig Michael Thompson. Licensed under the MIT, GPL licenses. *See [here][license] for more details.*
|
|
|
|
## Special thanks
|
|
Big shout-out to ["Cowboy" Ben Alman][cowboy] for providing the [grunt][grunt] build system used by qTip<sup>2</sup>
|
|
|
|
[min]: https://raw.github.com/Craga89/qtip2/master/dist/jquery.qtip.min.js
|
|
[max]: https://raw.github.com/Craga89/qtip2/master/dist/jquery.qtip.js
|
|
|
|
[dist]: /Craga89/qTip2/tree/master/dist
|
|
[wiki]: /Craga89/qTip2/wiki
|
|
[build]: /Craga89/qTip2/wiki/custom-build
|
|
[style]: /Craga89/qTip2/wiki/style
|
|
[plugins]: /Craga89/qTip2/wiki#plugins
|
|
[tips]: /Craga89/qTip2/wiki/tips
|
|
[imgmap]: /Craga89/qTip2/wiki/imagemap
|
|
|
|
[site]: http://craigsworks.com/projects/qtip2
|
|
[download]: http://craigsworks.com/projects/qtip2/download
|
|
[forums]: http://craigsworks.com/projects/forums
|
|
[license]: http://jquery.org/license
|
|
|
|
[cowboy]: https://github.com/cowboy
|
|
[grunt]: https://github.com/cowboy/grunt
|
|
|
|
[wikipedia-cdn]: http://en.wikipedia.org/wiki/Content_delivery_network "Content Delivery Network"
|
|
[cdnjs]: http://cdnjs.com/
|