使用ajax和rails刷新div

时间:2015-07-21 14:03:21

标签: javascript jquery ruby-on-rails ajax

尝试使用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.

当我在那里有所有那些行(除了最后一行)之外,它会在我的控制台中输出内容,但最后一行不会导致打印出来。

  1. 我做错了什么?
  2. 我怎么能麻烦拍这个,因为它不会打印到控制台?还有其他地方可以检查错误吗?

0 个答案:

没有答案