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?
try using style instead of type
<div style="display: none;">content</div>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With