https://github.com/integralist/backbone-playground
Building simple Backbone examples just so I can play with/understand it
https://github.com/integralist/backbone-playground
Last synced: 12 months ago
JSON representation
Building simple Backbone examples just so I can play with/understand it
- Host: GitHub
- URL: https://github.com/integralist/backbone-playground
- Owner: Integralist
- Created: 2012-07-27T21:39:48.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-25T11:13:11.000Z (almost 14 years ago)
- Last Synced: 2025-04-07T17:21:13.420Z (about 1 year ago)
- Language: JavaScript
- Size: 281 KB
- Stars: 6
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Backbone Playground
Re-building the example from my [MVC Start-up Kit](https://github.com/Integralist/MVC-Start-up-Kit) project with [Backbone.js](http://backbonejs.org/)
As per the documentation for Backbone.js, the requirements are:
* [jQuery](http://jquery.com/) (or any library/framework with similar API syntax - such as [ZeptoJs](http://zeptojs.com/))
* [Underscore.js](http://underscorejs.org/) (or my preference is to use [Lo-Dash](http://lodash.com/) which is a fork of the library which has been completely re-written to be better performing)
##TODO
* Need to look into Backbone's `.save()` method