尝试使用ajax刷新页面上的div(产品列表)。
我有这个refresh.js.erb
文件:
console.log("in the refresh.js.erb file");
console.log('<%=j @products.inspect %>');
<% new_html ="" %>
console.log('after the loop');
console.log('<%=j new_html%>'); //This line gives me problems, and I don't think I can solve 'em.
当我在那里有所有那些行(除了最后一行)之外,它会在我的控制台中输出内容,但最后一行不会导致打印出来。