Asp.net mvc 3:WebGrid 和 JavaScript
我有一个简单的问题。使用 MVC 3 WebGrid 时是否可以将 JavaScript 放入单元格中?几天来我一直在尝试弄清楚这是否可能,但我没有运气。
我的情况很简单:我有一个 WebGrid,它显示数据库中包含的歌曲数据。因此,在该 WebGrid 中,我有诸如歌曲标题、持续时间等信息,但我不知道如何添加一个 JavaScript 音频播放器来播放 WebGrid 中当前行的歌曲。
不管怎样,情况就是这样,希望你能帮助我。如果可以将 JavaScript 放入 WebGrid 中,请解释如何操作或至少为我指出正确的方向。谢谢。
I have a quick question. Is it possible to put JavaScript into a cell when using MVC 3 WebGrid? I've been trying for days to figure out if this is possible, and I am having no luck.
My situation is simple: I have a WebGrid that displays data on songs that are contained in a database. So in that webgrid I have things like the title of the song, the duration, etc., but I am stuck as to how I am going to add a JavaScript audio player that plays the song of the current row in the WebGrid.
Anyway, that's the situation, and I hope you can help me. If it is possible to place JavaScript into a WebGrid, please explain how or at least point me in the right direction. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
脚本不需要位于网格内,它可以位于其他位置并通过其 id 引用单元格。
the script don't need to be inside the grid, it can be somewhere else and reference the cell through it's id.