The second generation of the advanced qTip, which is an advanced tooltip plugin for the jQuery JavaScript framework.
qTip2 is a jQuery Plugin created by Craig Thompson
Building on 1.0's user friendly, yet feature rich base, qTip2 provides you with tonnes of features like speech bubble tips and imagemap support.
Resources
- Official documentation
- Tutorials
- Functional Demos
- GitHub page
- Official forum
- Converter from 1.0 to 2.0
Hello World
Showing a "Hello world!" tooltip over a class element:
$('.selector').qtip({
content: 'Hello World!'
});
When asking qTip2 questions, you should:
- Read the API documentation carefully and search Stack Overflow for duplicates before asking.
- Isolate the problematic code and reproduce it in an online environment such as jsFiddle or JS Bin. However, be sure to include the problematic code in your question--don't just link to the online environment.
- Tag the question appropriately; always include jquery qtip2, and use the other web development tags—html, javascript, ajax—as applicable.
- Mention which browser the code is having problems on and what error messages, if any, were thrown by the browser.