如何在 Rails Helper 中编写 JQuery
如何在 Rails 的 Helper 函数中编写 jQuery 代码?
How do I write jQuery code within a Helper function in Rails?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何在 Rails 的 Helper 函数中编写 jQuery 代码?
How do I write jQuery code within a Helper function in Rails?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
如果您有大量 javascript 代码,那么我建议使用部分代码,而不是尝试将其放入辅助方法的字符串中。
您也可以在该部分中添加 ERB 标签。
这回答了你的问题了吗? 我可能没有完全理解它。
If you have a lot of javascript code then I recommend using a partial instead of trying to place it in strings in a helper method.
You can add ERB tags in that partial as well.
Does this answer your question? I may not have understood it entirely.