I have been adding logs to the console to check the status of different variables without using the Firefox debugger.
However, in many places in which I add a console.log in my main.js file, I receive the following …
I want to do some pre-server-validation of a form in a Backbone.js model. To do this I need to get the user input from a form into usable data.
I found three methods to do this:
var input = $("#inputId").…