本文介绍一下 Backbone.$
- If you have multiple copies of jQuery on the page, or simply want to tell Backbone to use a particular object as its DOM / Ajax library, this is the property for you.
源码:
// For Backbone's purposes, jQuery, Zepto, Ender, or My Library (kidding) owns // the `$` variable. Backbone.$ = $;
本文介绍如何在页面中使用Backbone.js并指定特定的DOM/Ajax库,如jQuery,实现高效的数据绑定和视图管理。

被折叠的 条评论
为什么被折叠?



