Take a look at the get method, it may be of some help 🙂
http://backbonejs.org/#Collection-get
get collection.get(id)
Get a model from a collection, specified by an id, a cid, or by passing in a model.
Related Contents:
- What does `void 0` mean? [duplicate]
- Explanation of …
- What are the key differences between Meteor, Ember.js and Backbone.js? [closed]
- How to handle initializing and rendering subviews in Backbone.js?
- What is two way binding?
- Finding JavaScript memory leaks with Chrome
- Backbone.js fetch with parameters
- How to override Backbone.sync?
- How to convert 1 to true or 0 to false upon model fetch
- How to render and append sub-views in Backbone.js
- Why define an anonymous function and pass it jQuery as the argument?
- Backbone.js: `extend` undefined?
- Uncaught SyntaxError: Failed to execute ‘querySelector’ on ‘Document’
- How do I fetch a single model in Backbone?
- Reverse sort order with Backbone.js
- In Javascript, what does this underscore mean?
- Ways to save Backbone.js model data?
- Destroy or remove a view in Backbone.js
- need explanation of the _.bindAll() function from Underscore.js
- Backbone.js and jQuery
- attaching backbone.js views to existing elements vs. inserting el into the DOM
- Accessing parent class in Backbone
- Extending React.js components
- Require.js Error: Load timeout for modules: backbone,jquerymobile
- Can I bind form inputs to models in Backbone.js without manually tracking blur events?
- Lodash .clone and .cloneDeep behaviors
- What is the difference between $el and el in Backbone.js views?
- Easiest way to reset Backbone’s model to initial defaults?
- Difference between toJSON() and JSON.Stringify()
- Setting attributes on a collection – backbone js
- Passing parameters into the Backbone events object of a backbone view
- How to load bootstrapped models in Backbone.js while using AMD (require.js)
- why does underscore defer fix so many of my issues?
- net::ERR_INSUFFICIENT_RESOURCES error when adding numerous img elements to dom
- How to find a model from a collection according to some attribute other than the ID?
- Simplest of backbone.js examples
- Backbone routes without hashes?
- Backbone.js collection options
- How to fix Uncaught TypeError: Cannot read property ‘prototype’ of undefined?
- Backbone JS: can one view trigger updates in other views?
- Multiple routers vs single router in BackboneJs
- Backbone.js – where to store state information?
- “Uncaught TypeError: undefined is not a function” – Beginner Backbone.js Application
- Exclude model properties when syncing (Backbone.js)
- Backbone.js collection comparator sort by multiple fields?
- Backbone.js route optional parameter
- Backbone.js: Collection’s “change” event isn’t firing
- Is there a way to catch all non-matched routes with Backbone?
- Expected a spy, but got Function
- Confused about BackboneJS and ExpressJS