Skip to content

Instantly share code, notes, and snippets.

@coaxial
Last active October 28, 2015 01:59
Show Gist options
  • Save coaxial/7803c5865aaad90a7da2 to your computer and use it in GitHub Desktop.
Save coaxial/7803c5865aaad90a7da2 to your computer and use it in GitHub Desktop.
Chrome dev tools
console.assert(true === false)
prints an error if assertion is false
$(el)
will find elements, built-in. may be overridden by jQuery
inspect($(el))
focuses dev tools on el
$n
history of last selections where $0 is the last selection, $1 the one before that etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment