EventDrop 和 EventResize 在 ROR4 上不起作用



我有这个js.coffeehttp://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'

已解决:gem 'jquery-rest-rails'

相关内容

  • 没有找到相关文章

最新更新