5 ms·
I love the idea of removing Backbone's jQuery dependency. If I could use Backbone without jQuery, I would gladly leave jQuery behind. For my use case, Backbone
by shebson 13y ago
I love the idea of removing Backbone's jQuery dependency. If I could use Backbone without jQuery, I would gladly leave jQuery behind.
For my use case, Backbone would also have to lose it's jQuery dependency for RESTful model persistence, but maybe that means I should get to work on it and submit a PR :-)
- camus2 13y ago> I love the idea of removing Backbone's jQuery dependency. If I could use Backbone without jQuery You can the only hard dependency of backbone is underscore.
- xmlninja 13y agoCheck this fork of backbone out: https://github.com/paulmillr/exoskeleton https://github.com/paulmillr/exoskeleton
- wyuenho 13y agoYou can just replace Backbone.ajax yourself. There are many $.ajax drop in replacements out there that you can use.