I have the same question like this:
Delay before showing the tooltip
I need a delay before showing the tooltip.
So i want to use the hoverIntent plugin.
I don't understand how to combine the two plugins.
$("#demo2 li").hoverIntent( makeTall, makeShort )
and
$("#demo2 li").simpletip()
together
$("#demo2 li").hoverIntent(
$("#demo2 li").simpletip("show"),
$("#demo2 li").simpletip("hide")
)
does not work for me.
Can anyone help, please?