When the button is clicked in this fiddle, it seems that in addition to other lines, the following code is also being executed:
document.getElementById("WeatherData").style.visibility = "block";
weatherDataDiv.style.visibility='block';
However, this does not have any effect.
I have done extensive research and everything seems to be correct with the syntax.
How can I make the div visible again in RactiveJs?
Due to certain business reasons, frameworks like jQuery and Angular cannot be used.