tags:

views:

41

answers:

1

I have an html table. When user clicks on some cell - i am displaying a javascript dialog(currently JQuery), where user enters some information related to this cell.

So i am looking for framework, which would visually connect the dialog to the cell being edited.

Pretty much like baloon tooltip.

Anybody saw this? probably JQuery plugin?

Thanks

A: 

Some years ago I used overLIB for this. You can style it to look like a standard tooltip - maybe this is what you are searching for.

Joscha
Right, this is tooltip facility. I guess i can tweak it, but i was looking for ready-to-use solution.Thanks anyway.
tevch