2010-06-30 91 views
0

我需要通過jQuery呈現視圖模板。我的模板「category.html.erb」和文件「category.js.erb」與下面的代碼:如何通過jQuery在Rails中呈現視圖模板

$("#block").html("<%= escape_javascript(render :template => 'category') %>"); 

,但它並沒有使分類視圖模板。

請幫幫我!

回答

1

嘗試 $(「#block」)。html(「<%= escape_javascript(render(:template =>'category'))%>」); (「#block」)。html(「<%= escape_javascript(render(:partial =>'category'))%>」);}};}};};}}

相關問題