Javascript balloon-looking dialog
I have an HTML table. When the user clicks开发者_如何学编程 on some cell - I am displaying a JavaScript dialog (currently using 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 balloon tooltip.
Anybody saw this? probably JQuery plugin?
Thanks
UPDATE: I am currently using qTip - it totally does what I wanted
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.
精彩评论