H
H
Hint2012-03-16 18:42:27
JavaScript
Hint, 2012-03-16 18:42:27

Plugin for jQuery (tooltips)?

We need a plugin that will display a floating block anchored to the cursor when hovering over the desired element.

Requirements:
1. Binding to elements by selector.
2. Customizable spawn delay.
3. Taking into account the borders of the window (the block should adjust its position, and not crawl out of the edges).
4. Call the callback function when it appears to get the contents of the block.
5. Possibility of redrawing the visible block (with adjustment of the position taking into account the new dimensions).

Preferably, the following should be missing:
1. Standard frilly design
2. Standard elements (for example, tooltip title)
3. Non-switchable animation

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Ilya Shabanov, 2012-03-16
@ishaba

Seems to fit all criteria:
bassistance.de/jquery-plugins/jquery-plugin-tooltip/

M
Mithgol, 2012-03-17
@Mithgol

qTip

D
Dmitry, 2012-03-17
@DedalX

Have a look at Tooltips in Bootstrap twitter.github.com/bootstrap/javascript.html#tooltips (although you will need not only Jquery, but Bootstrap connection as well).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question