Skip to content Skip to sidebar Skip to footer
Showing posts with the label Backbone.js

Download Anchor Link With Authorization Header

I have a link that I would like to add to my javascript (Marionette/Backbone) single page applicati… Read more Download Anchor Link With Authorization Header

Should I Render This Template Using Javascript Or The Server?

I'm rendering a news feed. I'm planning to use Backbone.js for my javascript stuff because… Read more Should I Render This Template Using Javascript Or The Server?

Backbone.js Change Text Based On Selected Dropdown

I am trying to get some text to change when the user selects a different option in a dropdown box. … Read more Backbone.js Change Text Based On Selected Dropdown

A Convention For Indicating Whether An Html Element Is Referenced From Js Code

This is a follow-up question for In jQuery is it a bad idea to use name=X for all selectors? I am … Read more A Convention For Indicating Whether An Html Element Is Referenced From Js Code

Should I Render This Template Using JavaScript Or The Server?

I'm rendering a news feed. I'm planning to use Backbone.js for my javascript stuff because… Read more Should I Render This Template Using JavaScript Or The Server?

Backbone.js Bind To Audio Events

How to do it? I searched Stack Overflow, find one similar result, but it doesn't work. Here'… Read more Backbone.js Bind To Audio Events