使用 jQuery 创建多个表
我需要使用 Jquery 预先构建 N 个表,并且对于每个表,用户将能够追加/删除记录。有没有人做过或见过任何接近我所追求的东西?还在学习 Jquery 的东西...
I've got a requirement to build N number of tables upfront using Jquery and to each table, users will able to append/delete records. Has anyone done or seen anything close to what I'm after ? Still learning Jquery stuff...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过做几件事来动态构建元素
这是您的意思吗?
如果要建新表,直接创建一个表即可
You can dynamically build elements by doing a couple things
Is this what you mean?
If you want to build a new table, you can just create a table