如何检查其他人是否已经制作过这样的东西
我需要实现一个类似 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我会查看类似的内容:
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.
大多数人通常为此使用谷歌。
http://visop-dev.com/Project+jQuery.sheet 怎么样。
Most people generally use google for this.
How about http://visop-dev.com/Project+jQuery.sheet.