我有这个js.coffee http://pastebin.com/U3Mc8ZW6
这个控制器 http://pastebin.com/chrYLga6
和这个模型 http://pastebin.com/n9fjt7ds
当我调整大小或拖动事件时,数据库不会更新。
错误是:
Uncaught TypeError: Object function ( selector, context ) {
// The jQuery object is actually just the init constructor 'enhanced'
return new jQuery.fn.init( selector, context, rootjQuery );
} has no method 'update'
答案 0 :(得分:0)
已解决:gem'jquery-rest-rails'