Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
返回数据时,Backbone 模型没有调用成功函数的问题。
获取请求
# Fetch data @users.fetch({ success: -> alert("test") reset: true })
jQuery 最近升级到版本 2,将 jQuery 降级到小于 2(例如 jQuery 1.10)并且 fetch 将再次工作。