mirror of
https://github.com/jashkenas/backbone.git
synced 2026-01-23 22:08:04 -05:00
Merge branch 'gh-pages'
This commit is contained in:
BIN
docs/images/decide.png
Normal file
BIN
docs/images/decide.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 158 KiB |
20
index.html
20
index.html
@@ -287,6 +287,7 @@
|
||||
<li>– <a href="#examples-tilemill">TileMill</a></li>
|
||||
<li>– <a href="#examples-menagerievet">Menagerie Whiteboard</a></li>
|
||||
<li>- <a href="#examples-instagreat">Insta-great!</a></li>
|
||||
<li>- <a href="#examples-decide">Decide</a></li>
|
||||
<li>- <a href="#examples-bittorrent">BitTorrent</a></li>
|
||||
<li>- <a href="#examples-fluxiom">Fluxiom</a></li>
|
||||
<li>- <a href="#examples-chop">Chop</a></li>
|
||||
@@ -2139,6 +2140,25 @@ var model = localBackbone.Model.extend(...);
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<h2 id="examples-decide">Decide</h2>
|
||||
|
||||
<p>
|
||||
<a href="http://decide.com">Decide.com</a> helps people decide when to buy
|
||||
consumer electronics. It relies heavily on Backbone.js to render and
|
||||
update its Search Results Page. An "infinite scroll" feature takes
|
||||
advantage of a SearchResults model containing a collection of
|
||||
Product models to fetch more results and render them on the fly
|
||||
with Mustache. A SearchController keeps everything in sync and
|
||||
maintains page state in the URL. Backbone also powers the user
|
||||
accounts and settings management.
|
||||
</p>
|
||||
|
||||
<div style="text-align: center;">
|
||||
<a href="http://decide.com">
|
||||
<img src="docs/images/decide.png" alt="Decide" class="example_image" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<h2 id="examples-bittorrent">BitTorrent</h2>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user