Hi,
I have this following code in my html page
I want to be able to, through some Javascript, hide all div with the class "container" but the first one...
is it possible?
I have this following code in my html page
Code:
<div class="container"> <div ... </div> <div class="container"> <div ... </div> ... and so on
is it possible?
Comment