【发布时间】:2013-08-30 20:29:09
【问题描述】:
我正在关注https://github.com/bernat/best_in_place 上的指南 当我运行我的应用程序时,我收到以下错误:这是什么意思???
%table
- @schedules.each do |s|
%tr
%td= best_in_place s, :name
$(document).ready(function() {
/* Activating Best In Place */
jQuery(".best_in_place").best_in_place();
});
Uncaught TypeError: Object [object Object] has no method 'best_in_place'
【问题讨论】:
-
你有什么运气吗?
标签: javascript jquery ruby-on-rails best-in-place