railsで他のhtmlをそのまま埋め込む最善の方法
思考停止て何も考えずjQuery
html
<div id="here"></div>
jquery
<script>
$('#here').html("<%= j(render partial: 'profiles/users') %>");
</script>
思考停止て何も考えずjQuery
html
<div id="here"></div>
jquery
<script>
$('#here').html("<%= j(render partial: 'profiles/users') %>");
</script>