Here's a quick tip for today. To get the version of jQuery running on a site type the following in "Console" tab of Chrome:
[code language="javascript"]
$().jquery
[/code]

I'm not 100% sure where this would be helpful but I found it interesting. :-)