I've always had some issues with JSFiddle and I'm not sure why, but I figure I should get them sorted out.
For one, I can't figure out how to reference the body
element from JS Fiddle. Here's a screenshot of the problem:
It might be a little hard to see, but Firebug is giving a ReferenceError, saying that body
is not defined. Nothing is printed in the result area.
Here's a live fiddle: http://jsfiddle.net/V4Mg6/.
EDIT: I'm an idiot. Thanks, guys.