Download LearningBackbone Free Java Code

Description

some examples about backbone and js developement.

Icons

LearningBackbone

Source Files

The download file LearningBackbone-master.zip has the following entries.


.DS_Store//from  www  .ja v  a 2s  . c o  m
001_hello_world_app/.DS_Store
001_hello_world_app/css/style.css
001_hello_world_app/index.html
001_hello_world_app/js/app.build.js
001_hello_world_app/js/bootstrap.js
001_hello_world_app/readme.txt
002_hello_world_view_app/.DS_Store
002_hello_world_view_app/css/style.css
002_hello_world_view_app/index.html
002_hello_world_view_app/js/bootstrap.js
002_hello_world_view_app/js/plugins/jquery.centerBounce.js
002_hello_world_view_app/js/views/hello_world_view.js
002_hello_world_view_app/readme.txt
002_hello_world_view_app/templates/hello_world.html
003_hello_world_model_app/.DS_Store
003_hello_world_model_app/css/style.css
003_hello_world_model_app/index.html
003_hello_world_model_app/js/bootstrap.js
003_hello_world_model_app/js/models/user_model.js
003_hello_world_model_app/js/plugins/jquery.centerBounce.js
003_hello_world_model_app/js/views/hello_world_view.js
003_hello_world_model_app/readme.txt
003_hello_world_model_app/templates/hello_world.html
004_handling_events_app/.DS_Store
004_handling_events_app/css/style.css
004_handling_events_app/index.html
004_handling_events_app/js/.DS_Store
004_handling_events_app/js/bootstrap.js
004_handling_events_app/js/views/.DS_Store
004_handling_events_app/js/views/app_view.js
004_handling_events_app/readme.txt
004_handling_events_app/templates/click_button_log_view.html
004_handling_events_app/templates/click_link_log_view.html
004_handling_events_app/templates/type_text_log_view.html
005_syncing_model_view_app/.DS_Store
005_syncing_model_view_app/css/style.css
005_syncing_model_view_app/index.html
005_syncing_model_view_app/js/.DS_Store
005_syncing_model_view_app/js/bootstrap.js
005_syncing_model_view_app/js/models/.DS_Store
005_syncing_model_view_app/js/models/person.js
005_syncing_model_view_app/js/views/.DS_Store
005_syncing_model_view_app/js/views/form_view.js
005_syncing_model_view_app/js/views/show_view.js
005_syncing_model_view_app/readme.txt
005_syncing_model_view_app/templates/.DS_Store
005_syncing_model_view_app/templates/show1_template.html
005_syncing_model_view_app/templates/show2_template.html
006_model_validation_app/.DS_Store
006_model_validation_app/css/style.css
006_model_validation_app/index.html
006_model_validation_app/js/.DS_Store
006_model_validation_app/js/bootstrap.js
006_model_validation_app/js/models/.DS_Store
006_model_validation_app/js/models/person.js
006_model_validation_app/js/views/.DS_Store
006_model_validation_app/js/views/form_view.js
006_model_validation_app/js/views/show_view.js
006_model_validation_app/readme.txt
006_model_validation_app/templates/.DS_Store
006_model_validation_app/templates/show_template.html
007_underscore_templates/.DS_Store
007_underscore_templates/css/style.css
007_underscore_templates/index.html
007_underscore_templates/js/.DS_Store
007_underscore_templates/js/bootstrap.js
007_underscore_templates/js/models/.DS_Store
007_underscore_templates/js/models/person.js
007_underscore_templates/js/views/.DS_Store
007_underscore_templates/js/views/dom_view.js
007_underscore_templates/js/views/example_view.js
007_underscore_templates/js/views/internal_view.js
007_underscore_templates/js/views/js_view.js
007_underscore_templates/js/views/text_view.js
007_underscore_templates/readme.txt
007_underscore_templates/templates/.DS_Store
007_underscore_templates/templates/text_template.html
008_collections/.DS_Store
008_collections/css/style.css
008_collections/index.html
008_collections/js/.DS_Store
008_collections/js/bootstrap.js
008_collections/js/collections/tweets_collection.js
008_collections/js/models/.DS_Store
008_collections/js/models/tweet.js
008_collections/js/views/.DS_Store
008_collections/js/views/tweet_view.js
008_collections/js/views/tweets_view.js
008_collections/readme.txt
008_collections/templates/.DS_Store
008_collections/templates/tweet_template.html
009_twitter_search_app/.DS_Store
009_twitter_search_app/css/style.css
009_twitter_search_app/index.html
009_twitter_search_app/js/.DS_Store
009_twitter_search_app/js/bootstrap.js
009_twitter_search_app/js/collections/tweets_collection.js
009_twitter_search_app/js/models/.DS_Store
009_twitter_search_app/js/models/tweet.js
009_twitter_search_app/js/views/.DS_Store
009_twitter_search_app/js/views/form_view.js
009_twitter_search_app/js/views/title_view.js
009_twitter_search_app/js/views/tweet_view.js
009_twitter_search_app/js/views/tweets_view.js
009_twitter_search_app/js/views/viewport.js
009_twitter_search_app/readme.txt
009_twitter_search_app/templates/.DS_Store
009_twitter_search_app/templates/title_template.html
009_twitter_search_app/templates/tweet_template.html
010_twitter_search_sync_app/.DS_Store
010_twitter_search_sync_app/css/style.css
010_twitter_search_sync_app/index.html
010_twitter_search_sync_app/js/.DS_Store
010_twitter_search_sync_app/js/bootstrap.js
010_twitter_search_sync_app/js/collections/tweets_collection.js
010_twitter_search_sync_app/js/models/.DS_Store
010_twitter_search_sync_app/js/models/tweet.js
010_twitter_search_sync_app/js/views/.DS_Store
010_twitter_search_sync_app/js/views/form_view.js
010_twitter_search_sync_app/js/views/title_view.js
010_twitter_search_sync_app/js/views/tweet_view.js
010_twitter_search_sync_app/js/views/tweets_view.js
010_twitter_search_sync_app/js/views/viewport.js
010_twitter_search_sync_app/readme.txt
010_twitter_search_sync_app/templates/.DS_Store
010_twitter_search_sync_app/templates/title_template.html
010_twitter_search_sync_app/templates/tweet_template.html
011_todo_app/.DS_Store
011_todo_app/css/bullet_blue.png
011_todo_app/css/style.css
011_todo_app/index.html
011_todo_app/js/.DS_Store
011_todo_app/js/app.js
011_todo_app/js/bootstrap.js
011_todo_app/js/collections/todos_collection.js
011_todo_app/js/models/.DS_Store
011_todo_app/js/models/todo.js
011_todo_app/js/router.js
011_todo_app/js/vendors/history_manager.js
011_todo_app/js/views/.DS_Store
011_todo_app/js/views/form_view.js
011_todo_app/js/views/list_actions_view.js
011_todo_app/js/views/list_item_view.js
011_todo_app/js/views/list_view.js
011_todo_app/js/views/title_view.js
011_todo_app/js/views/viewport.js
011_todo_app/readme.txt
011_todo_app/templates/.DS_Store
011_todo_app/templates/list_item_view.html
011_todo_app/templates/title_view.html
_TMP_coffee-script/.DS_Store
_TMP_coffee-script/css/.DS_Store
_TMP_coffee-script/index.html
_TMP_coffee-script/js/.DS_Store
_TMP_coffee-script/js/bootstrap.coffee
_TMP_coffee-script/js/bootstrap.js
_TMP_coffee-script/js/collections/.DS_Store
_TMP_coffee-script/js/models/.DS_Store
_TMP_coffee-script/js/models/person.js
_TMP_coffee-script/js/plugins/.DS_Store
_TMP_coffee-script/js/vendors/.DS_Store
_TMP_coffee-script/js/views/.DS_Store
_TMP_coffee-script/js/views/button.coffee
_TMP_coffee-script/js/views/button.js
_TMP_coffee-script/js/views/viewport.coffee
_TMP_coffee-script/js/views/viewport.js
_TMP_coffee-script/main.js
_TMP_coffee-script/templates/.DS_Store
_TMP_red_sofa_ui/.DS_Store
_TMP_red_sofa_ui/RedSofa.oo3/contents.xml
_TMP_red_sofa_ui/css/.DS_Store
_TMP_red_sofa_ui/css/images/ui-bg_flat_0_aaaaaa_40x100.png
_TMP_red_sofa_ui/css/images/ui-bg_flat_75_ffffff_40x100.png
_TMP_red_sofa_ui/css/images/ui-bg_glass_55_fbf9ee_1x400.png
_TMP_red_sofa_ui/css/images/ui-bg_glass_65_ffffff_1x400.png
_TMP_red_sofa_ui/css/images/ui-bg_glass_75_dadada_1x400.png
_TMP_red_sofa_ui/css/images/ui-bg_glass_75_e6e6e6_1x400.png
_TMP_red_sofa_ui/css/images/ui-bg_glass_95_fef1ec_1x400.png
_TMP_red_sofa_ui/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png
_TMP_red_sofa_ui/css/images/ui-icons_222222_256x240.png
_TMP_red_sofa_ui/css/images/ui-icons_2e83ff_256x240.png
_TMP_red_sofa_ui/css/images/ui-icons_454545_256x240.png
_TMP_red_sofa_ui/css/images/ui-icons_888888_256x240.png
_TMP_red_sofa_ui/css/images/ui-icons_cd0a0a_256x240.png
_TMP_red_sofa_ui/css/jquery-ui.css
_TMP_red_sofa_ui/css/red_sofa.less
_TMP_red_sofa_ui/index.html
_TMP_red_sofa_ui/js/.DS_Store
_TMP_red_sofa_ui/js/app.js
_TMP_red_sofa_ui/js/bootstrap.js
_TMP_red_sofa_ui/js/collections/.DS_Store
_TMP_red_sofa_ui/js/collections/card_areas.js
_TMP_red_sofa_ui/js/collections/cards.js
_TMP_red_sofa_ui/js/example_data.js
_TMP_red_sofa_ui/js/models/.DS_Store
_TMP_red_sofa_ui/js/models/card.js
_TMP_red_sofa_ui/js/models/card_area.js
_TMP_red_sofa_ui/js/plugins/jquery.scrollsticky.js
_TMP_red_sofa_ui/js/router.js
_TMP_red_sofa_ui/js/vendors/history_manager.js
_TMP_red_sofa_ui/js/views/.DS_Store
_TMP_red_sofa_ui/js/views/card_area_view.js
_TMP_red_sofa_ui/js/views/card_image_view.js
_TMP_red_sofa_ui/js/views/card_view.js
_TMP_red_sofa_ui/js/views/cards_view.js
_TMP_red_sofa_ui/js/views/drop_view.js
_TMP_red_sofa_ui/js/views/property_panel_view.js
_TMP_red_sofa_ui/js/views/viewport.js
_TMP_red_sofa_ui/less/bootstrap/accordion.less
_TMP_red_sofa_ui/less/bootstrap/alerts.less
_TMP_red_sofa_ui/less/bootstrap/bootstrap.less
_TMP_red_sofa_ui/less/bootstrap/breadcrumbs.less
_TMP_red_sofa_ui/less/bootstrap/button-groups.less
_TMP_red_sofa_ui/less/bootstrap/buttons.less
_TMP_red_sofa_ui/less/bootstrap/carousel.less
_TMP_red_sofa_ui/less/bootstrap/close.less
_TMP_red_sofa_ui/less/bootstrap/code.less
_TMP_red_sofa_ui/less/bootstrap/component-animations.less
_TMP_red_sofa_ui/less/bootstrap/dropdowns.less
_TMP_red_sofa_ui/less/bootstrap/forms.less
_TMP_red_sofa_ui/less/bootstrap/grid.less
_TMP_red_sofa_ui/less/bootstrap/hero-unit.less
_TMP_red_sofa_ui/less/bootstrap/labels-badges.less
_TMP_red_sofa_ui/less/bootstrap/layouts.less
_TMP_red_sofa_ui/less/bootstrap/mixins.less
_TMP_red_sofa_ui/less/bootstrap/modals.less
_TMP_red_sofa_ui/less/bootstrap/navbar.less
_TMP_red_sofa_ui/less/bootstrap/navs.less
_TMP_red_sofa_ui/less/bootstrap/pager.less
_TMP_red_sofa_ui/less/bootstrap/pagination.less
_TMP_red_sofa_ui/less/bootstrap/popovers.less
_TMP_red_sofa_ui/less/bootstrap/progress-bars.less
_TMP_red_sofa_ui/less/bootstrap/reset.less
_TMP_red_sofa_ui/less/bootstrap/responsive-1200px-min.less
_TMP_red_sofa_ui/less/bootstrap/responsive-767px-max.less
_TMP_red_sofa_ui/less/bootstrap/responsive-768px-979px.less
_TMP_red_sofa_ui/less/bootstrap/responsive-navbar.less
_TMP_red_sofa_ui/less/bootstrap/responsive-utilities.less
_TMP_red_sofa_ui/less/bootstrap/responsive.less
_TMP_red_sofa_ui/less/bootstrap/scaffolding.less
_TMP_red_sofa_ui/less/bootstrap/sprites.less
_TMP_red_sofa_ui/less/bootstrap/tables.less
_TMP_red_sofa_ui/less/bootstrap/tests/css-tests.css
_TMP_red_sofa_ui/less/bootstrap/tests/css-tests.html
_TMP_red_sofa_ui/less/bootstrap/thumbnails.less
_TMP_red_sofa_ui/less/bootstrap/tooltip.less
_TMP_red_sofa_ui/less/bootstrap/type.less
_TMP_red_sofa_ui/less/bootstrap/utilities.less
_TMP_red_sofa_ui/less/bootstrap/variables.less
_TMP_red_sofa_ui/less/bootstrap/wells.less
_TMP_red_sofa_ui/less/cards_list.less
_TMP_red_sofa_ui/less/movableapp/mixins.less
_TMP_red_sofa_ui/less/sidebar.less
_TMP_red_sofa_ui/less/variables.less
_TMP_red_sofa_ui/readme.txt
_TMP_red_sofa_ui/templates/.DS_Store
_TMP_ui/.DS_Store
_TMP_ui/css/.DS_Store
_TMP_ui/index.html
_TMP_ui/js/.DS_Store
_TMP_ui/js/bootstrap.js
_TMP_ui/main.js
_libs/.DS_Store
_libs/backbone/.DS_Store
_libs/backbone/backbone.091.js
_libs/backbone/backbone.092.js
_libs/bootstrap/.DS_Store
_libs/bootstrap/css/bootstrap-responsive.css
_libs/bootstrap/css/bootstrap-responsive.min.css
_libs/bootstrap/css/bootstrap.css
_libs/bootstrap/css/bootstrap.min.css
_libs/bootstrap/img/glyphicons-halflings-white.png
_libs/bootstrap/img/glyphicons-halflings.png
_libs/bootstrap/js/bootstrap.js
_libs/bootstrap/js/bootstrap.min.js
_libs/coffee-script/coffee-script.js
_libs/jquery/.DS_Store
_libs/jquery/jquery-ui-1.8.21.min.js
_libs/jquery/jquery.172.js
_libs/less.js
_libs/require/.DS_Store
_libs/require/cs.js
_libs/require/require.js
_libs/require/text.js
_libs/ui/backbone-ui-button.js
_libs/ui/backbone-ui-component.js
_libs/ui/backbone-ui-view.js
_libs/ui/backbone-ui-xtype.js
_libs/ui/backbone-ui.js
_libs/ui/require-ui.js
_libs/underscore/.DS_Store
_libs/underscore/underscore.131.js
_libs/underscore/underscore.133.js
index.php
r.js
readme.txt

Download

Click the following link to download LearningBackbone-master.zip.

LearningBackbone-master.zip




















Home »
  Javascript Free Code Download »
    Library »




AngularJS
Backbone.JS
CommonJS
Datejs
Dojo
EmberJS
ExtJs
Framework
Library
MooTools
RequireJS
Sencha
Yui