将按钮放置在渲染的部分中以隐藏部分
<%= render :partial => "list" %>
在这个部分中只有一个 div。我想在 div 的右上角有一个按钮来关闭 div。我希望按钮“不渲染”部分内容,只显示index.html 的其余部分。
我应该如何在 Rails 中对按钮进行编码?这将是一个小 png。谢谢
<%= render :partial => "list" %>
Inside this partial there is only one div. I would like to have a button in the top right corner of the div to close the div. I would like the button to "not render" the partial and just display the rest of the index.html.
How should I code the button in rails? It will be a small png. Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在你的布局
home.js
_list.html.erb中
in your layout
home.js
_list.html.erb