I\'m trying to avoid using innerHTML because it causes my browser to crash, probably due to the 250 milliseconds refresh rate.
innerHTML
Anyway, I would rather ha
Set the display CSS property of the div to none.
display
none
https://developer.mozilla.org/en-US/docs/CSS/display
Example of setting it programmatically with Javascript: http://jsbin.com/ezanuv/1/edit