我使用的寶石在我的軌道「jeditable-軌」的就地編輯工作 3.2應用程序在我的控制,我有苗條文件不執行JS裏面
def update
@article = Article.find(params[:id])
@article.update_attributes(params[:article])
render :layout => false if request.xhr?
end
,並在我的文章/更新。 js.slim
我有
- unless @article.errors.empty?
| $("#error_msg").html(@article.errors);
- else
| $("#success_msg").html("updated successfully");
但是當我做一個更新它更新和去js文件,並使得它喜歡,因爲它是。 像$("#error_msg").html(@comment.errors);
打印爲這樣或$("#success_msg").html("updated successfully")
編輯:
我使用了編輯jeditable插件代替我的文章標題孤單。它更新文章標題和呈現js文件,因爲它是
我在這裏得到的迴應是json。如何解決這個問題。 GI建議
我真的不明白你的問題,但我會嘗試猜測,建議您調試JavaScript作爲[本文]在(HTTP ://www.alfajango.com/blog/rails-js-erb-remote-response-not-executing/)。 – 2012-03-25 07:12:37
請更明確地描述你的問題,因爲我沒有明白你的觀點。 – 2012-03-25 07:29:45