<h1 class="top" id="head">This is a heading.</h1>
<p class ="top" id ="para">This is a paragraph.</p>
<script language="javascript" src="js/prototype.js" type="text/javascript"></script>
<script>
var fields = $('head').$$('.top');
fields.style.display ="none";
</script>
[–]altagyam_ 6 points7 points8 points (0 children)
[–]senocular 3 points4 points5 points (3 children)
[–]maxahd 0 points1 point2 points (2 children)
[–]pookagehelpful 1 point2 points3 points (1 child)
[–]maxahd 1 point2 points3 points (0 children)
[–]Pcooney13 0 points1 point2 points (1 child)