How to show hidden div when javascript is disabled?
Posted
by metal-gear-solid
on Stack Overflow
See other posts from Stack Overflow
or by metal-gear-solid
Published on 2010-05-27T06:33:00Z
Indexed on
2010/05/27
6:41 UTC
Read the original article
Hit count: 182
I'm hiding a div
using display:none
and this div
only shows when we click on + icon. but if JavaScript is disabled then I want to show that div
by default on. How to do this?
I can't post whole code for now.
© Stack Overflow or respective owner