开发者

Javascript balloon-looking dialog

开发者 https://www.devze.com 2022-12-29 06:42 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消