Backbone.$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.
Backbone.$ = require('jquery');
Backbone.$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.
Backbone.$ = require('jquery');
Please login to continue.