Last Updated: February 25, 2016
·
510
· egaba88

Webkit Inspector Debugging Trick

Picture

1) In your web inspector, click a node.
2) You can refer to that node by using "$0"... that's it!

You can use it with any javascript framework (ex. $($0).length)