Question

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:

enter image description here

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.

Was it helpful?

Solution

document.body, not just body.

OTHER TIPS

It's document.body not just body

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top