JavaScript and jQuery Snippets Debugging Put in Ajax to help find errors: error: function(xhr){ console.log(xhr.responseText) } Pry.js: pry = require('pryjs') eval(pry.it)