Top "Backbone.js" questions

Backbone.

Using the Backbone.js router to navigate through views modularized with require.js

I am separating my views and router into separate files with require. I then have a main.js file that …

backbone.js requirejs
Best way to organize jQuery/JavaScript code (2013)

The Problem This answer has been answered before but are old and not up to date. I have over 2000 lines …

javascript jquery design-patterns backbone.js requirejs
each loop in underscore.js template

I'm doing something wrong here but I can't see it! Im trying to loop an array in a underscore template. …

backbone.js each underscore.js
attaching backbone.js views to existing elements vs. inserting el into the DOM

I am implementing my first actual non-tutorial Backbone app, and have 2-ish questions about an aspect of using using backbone.…

javascript backbone.js backbone-views
add request header on backbone

My server has a manual authorization. I need to put the username/password of my server to my backbone request …

jquery backbone.js
loops in underscore js template

Ok guys so I have this array of key pair values which I'm using as my model: var acs = [{'label':…

javascript backbone.js underscore.js underscore.js-templating
navigate route with querystring

Will Backbone.Router.navigate set test to true: var test = false; var Router = Backbone.Router.extend({ routes: { 'posts': 'showPosts' }, showPosts: …

backbone.js backbone-routing
Preferred client side routing solution?

I am designing a one page browser based web application. JQuery is already being used in my application. I am …

javascript jquery backbone.js url-routing knockout.js
How to refresh a page in a backbone application

I am using backbone to build my web app. Currently I am facing an issue whereby if I am on …

javascript backbone.js page-refresh
Which one should I use? Backbone.js Router.navigate and window.location.hash

I began learning Backbonejs recently, by reading a book. and I feel a little bit confuse about this issue.Here …

backbone.js browser-history