views:

21

answers:

1

Is there any overlay in the JQuery UI toolkit that offers a context arrow to the link/content that it relates to?

A: 

By overlay I think you mean tooltip in this case. The jQuery UI widgets doesn't have this built in, but there are some other options, for example qTip.

You can find the demos here. If I'm right, I think the one you're most interested in would be the corner options demo.

Nick Craver