Search

2/06/2012

Google Chrome Developer Tools: 12 Tricks to Develop Quicker


1. short cut: command + option + I
2. use copy (document.title) to copy text to clipper board.
3. use clear() to clear console text
4. in any tab of chrome developer tool, use 'Esc' to turn on/off of Console
5. highlight element in the 'Elements' tab and use $0 to reference it in the 'Console' , $0 will reference to whatever element is currently selected

沒有留言: