how to freeze your browser with blur()
Here's something I do so often, it's embarassing.
I use alert() often in debugging. I know there are fancier methods of tracing variables using the Firebug console, but I like to debug in multiple browsers, and an alert() is quick way to inject a little debug message into JS code.
But when ...





