Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 220 Bytes

File metadata and controls

18 lines (13 loc) · 220 Bytes

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)