Asp.net mvc 3:WebGrid 和 JavaScript

发布于 2024-11-03 15:38:21 字数 292 浏览 1 评论 0原文

我有一个简单的问题。使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

肤浅与狂妄 2024-11-10 15:38:21

脚本不需要位于网格内,它可以位于其他位置并通过其 id 引用单元格。

the script don't need to be inside the grid, it can be somewhere else and reference the cell through it's id.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文