I'm working on a simple javascript code.
Based on the condition I should change the visibility of the tag from hidden to visible.
I should use javascript alone. No jQuery or AJAX. Any idea or suggestion please.
|
I'm working on a simple javascript code. Based on the condition I should change the visibility of the tag from hidden to visible. I should use javascript alone. No jQuery or AJAX. Any idea or suggestion please. |
|||
Using the
|
|
Visible:
Hide:
|
|||||||
|
if you want to change the visibility of div with id="contentDiv" using javascript then you can do with..
Hope this code helps you........ |
|||
|
|
|
Call this function when you want to show the div. Write that conditions in your segment/case.
Let me know your feedback. |
|||
|
|
jsfiddle.netto put code and give us some link? – bumerang Jan 16 at 10:25