如何检查其他人是否已经制作过这样的东西

发布于 2024-12-15 23:41:08 字数 232 浏览 0 评论 0原文

我需要实现一个类似 excel 的界面,但是作为一个网络应用程序。它确实不像 excel,但这是描述它的必须合适的术语。

基本上它是一个有 20 个单元格的表单(1 行有 20 个输入),工作场景是这样的:当用户单击一个单元格时,该输入框变成一个文本区域,用户在其中输入所需的文本。在文本区域的右下角,我需要一个按钮,通过 ajax 保存文本区域内容。

您是否知道任何 jQuery 插件是否提供(甚至部分)此类功能?

I need to implement a excel like interface, but as a webapp. It is not really excel like, but this is the must appropriate term to describe it.

Basically it is about a form with 20 cells(1 row with 20 inputs) and the working scenario is this: when the user clicks on a cell, that input box becomes a textarea and the user enters the desired text in it. On the bottom right side of the text area I need a button which save the textarea content through ajax.

Do you have any idea, if this type of functionality is offered (even partially), by any of the jQuery plugins?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

最终幸福 2024-12-22 23:41:08

我会查看类似的内容:

http://www.arashkarimzadeh.com/ jquery/7-editable-jquery-plugin.html

http://plugins.jquery.com/project/uiTableEdit

http: //www.appelsiini.net/projects/jeditable

还有更多,只需谷歌 jQuery editable 或 edit in place,相当多的选项。

I would check out something like:

http://www.arashkarimzadeh.com/jquery/7-editable-jquery-plugin.html

http://plugins.jquery.com/project/uiTableEdit

http://www.appelsiini.net/projects/jeditable

There are more too, just google jQuery editable or edit in place, quite a few options.

季末如歌 2024-12-22 23:41:08

大多数人通常为此使用谷歌。
http://visop-dev.com/Project+jQuery.sheet 怎么样。

Most people generally use google for this.
How about http://visop-dev.com/Project+jQuery.sheet.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文