我正在嘗試做一些分頁ajax,但我canno獲取index.js.erb加載或以任何方式被識別。我遵循railscast 240:https://github.com/ryanb/railscasts-episodes/blob/master/episode-240/store/app/views/products/_products.html.erbrails index.js.erb not loading
我正在使用下面的代碼:
index.js.erb的
$("#products").html("<%= escape_javascript(render("products")) %>");
請求似乎經歷正常,但不支持HTML代碼加載。沒有什麼變化(雖然沒有錯誤)
檢查你的報價 –
加布裏埃爾,報價很好。 Rails處理<%= and %>之間的代碼。 –