-
-
Save coaxial/7803c5865aaad90a7da2 to your computer and use it in GitHub Desktop.
Chrome dev tools
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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