Top "Backbone.js" questions

Backbone.

JavaScript console.log causes error: "Synchronous XMLHttpRequest on the main thread is deprecated..."

I have been adding logs to the console to check the status of different variables without using the Firefox debugger. …

jquery debugging firefox backbone.js console.log
Serialize form data to JSON

I want to do some pre-server-validation of a form in a Backbone.js model. To do this I need to …

jquery backbone.js underscore.js
What does `void 0` mean?

Reading through the Backbone.js source code, I saw this: validObj[attr] = void 0; What is void 0? What is the purpose …

javascript backbone.js
Explanation of <script type = "text/template"> ... </script>

I just stumbled upon something I've never seen before. In the source of Backbone.js's example TODO application (Backbone TODO …

javascript templates types backbone.js underscore.js
Error: getaddrinfo ENOTFOUND in nodejs for get call

I am running a web server on node the code for which is given below var restify = require('restify'); var …

node.js mongodb backbone.js express restify
Lodash .clone and .cloneDeep behaviors

I try to clone an array of objects with nested objects. Something like: var data = [ { id: 1, values: { a: 'a', b: …

javascript jquery backbone.js underscore.js lodash
How to use if statements in underscore.js templates?

I'm using the underscore.js templating function and have done a template like this: <script type="text/template" id="…

javascript templates backbone.js underscore.js
What is the purpose of backbone.js?

I tried to understand the utility of backbone.js from its site http://documentcloud.github.com/backbone, but I still …

javascript jquery backbone.js
Backbone.js fetch with parameters

Following the documentation, I did: var collection = new Backbone.Collection.extend({ model: ItemModel, url: '/Items' }) collection.fetch({ data: { page: 1} }); …

javascript backbone.js
Bootstrap - Uncaught TypeError: Cannot read property 'fn' of undefined

I'm using jquery, backbonejs, underscorejs and bootstrap for my company project. Sometimes I got this error in chrome. Uncaught TypeError: …

jquery backbone.js underscore.js twitter-bootstrap-3 shim