gpt4 book ai didi

javascript - 从 javascript rails 渲染 html

转载 作者:可可西里 更新时间:2023-11-01 14:45:19 26 4
gpt4 key购买 nike

我有一个应该输出到未正确显示的 div 的局部渲染。我在我的 index.js.haml 中尝试过:

= "$('.modal-body').html('#{escape_javascript(raw render("details"))}');"
= "$('.modal-body').html('#{escape_javascript(raw render("details")).html_safe}');"
= "$('.modal-body').html('#{escape_javascript(raw render("details").html_safe)}');"
= "$('.modal-body').html('#{raw escape_javascript(raw render("details"))}');"
= "$('.modal-body').html('#{raw escape_javascript(raw render("details").html_safe)}');"
= "$('.modal-body').html('#{raw escape_javascript(raw render("details")).html_safe}');"

并且它们都输出相同的以下内容:

enter image description here

如果我删除 escape_javascript,它就不再工作了。

最佳答案

$('.modal-body').html('<%=j render partial: 'details' %>'); // in HTML

$('.modal-body').html('#{j render partial: 'details'}'); // in HAML

关于javascript - 从 javascript rails 渲染 html,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31232319/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com