我该如何编写在javascript中制作表格的代码?
我有一个下拉图像。我想在图像的 onmousemove 事件的同一页面中显示一个由 3 行和 1 列组成的表格。你能告诉我在jsp中使用javascript的代码是什么吗?
I've a drop down image.I want to show a table consisting of 3 rows and 1 column in the same page on onmousemove event of the image. Can you please tell me what will be the code for it using javascript in jsp.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议使用 JQuery。
有关使用
mousemove()
的信息,请参阅官方教程。也许这个 实际构建表格的文章。
或者只是谷歌搜索“jquery build table”或类似的东西。
I would suggest JQuery.
See the official tutorial for working with
mousemove()
.And maybe this article for actually building the table.
Or just Google for "jquery build table" or something similar.