0

返回数据时,Backbone 模型没有调用成功函数的问题。

获取请求

# Fetch data
@users.fetch({
  success: ->
    alert("test")

  reset: true
})
4

1 回答 1

0

jQuery 最近升级到版本 2,将 jQuery 降级到小于 2(例如 jQuery 1.10)并且 fetch 将再次工作。

于 2013-05-29T05:03:58.097 回答