Friday, May 10, 2024
 Popular · Latest · Hot · Upcoming
84
rated 0 times [  90] [ 6]  / answers: 1 / hits: 65920  / 15 Years ago, fri, june 12, 2009, 12:00:00

In my code, I have a div tag with type=hidden. I just don't want to show the div. If needed, I will show it using JQuery Show().



But, using this, my div is not hidden from view.



Edit:
Now I hide the div by using



<div style=visibility:hidden>XYZ</div>


If I need to show it again, how can I?


More From » html

 Answers
12

try using style instead of type



<div style=display: none;>content</div>

[#99329] Monday, June 8, 2009, 15 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
austynp

Total Points: 505
Total Questions: 118
Total Answers: 106

Location: Tajikistan
Member since Sun, Aug 29, 2021
3 Years ago
austynp questions
;