如何使用 javascript 区域选择在表格中选择一系列 td?
我正在寻找一个脚本,使我能够选择表中的一个区域(使用鼠标),类似于此脚本 - http://odyniec.net/projects/imgareaselect/。
我需要做的是选择一些具有与上面的 imgareaselect 中使用的相同区域效果的 td,并操作包含的数据。有什么想法吗?
谢谢你!
I looking for a script that will enable me to select an area in a table (using the mouse), something similar to this script - http://odyniec.net/projects/imgareaselect/.
What I need to do is to select some td's with an identical area effect as used in the imgareaselect above, and manipulate the containing data. Any ideas?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 jQuery UI 你应该能够执行如下操作:
With jQuery UI you should be able to do something like this: