Skip to main content

All Questions

0 votes
2 answers
532 views

pass JSON to underscore via backbone

I'm stuck with underscore and backbone. I'm somehow not able to render the JSON within the underscore template. The browser outputs nothing, but there are no error messages. Heres my work: The server ...
Tino's user avatar
  • 3,358
3 votes
1 answer
233 views

Backbone error if I have more than 1 JSON group

I'm currently playing around with Backbone.js and have ran into an issue in dealing with JSON and outputting it. The problem I'm have is that my code runs just fine if I have only one entry in my ...
David's user avatar
  • 367