I have two divs div1 and div2. I want div2 to be automatically hidden but when i click on preview div then div2 to be mad
div1
div2
preview
The second time you're referring to div2, you're not using the # id selector.
There's no element named div2.