Closed Thread Icon

Topic awaiting preservation: Remove class with javascript (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=25967" title="Pages that link to Topic awaiting preservation: Remove class with javascript (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: Remove class with javascript <span class="small">(Page 1 of 1)</span>\

 
Karl
Bipolar (III) Inmate

From: Phoenix
Insane since: Jul 2001

posted posted 06-06-2005 04:57

I have an element who's class is set to "elementhidden". By default, this element is hidden from view. I'd like to remove this class, rather I'd like to change this class to "elementvisible". How can I do this?

Iron Wallaby
Paranoid (IV) Inmate

From: USA
Insane since: May 2004

posted posted 06-06-2005 05:54

foo.className = "elementvisible";

---
Website

« BackwardsOnwards »

Show Forum Drop Down Menu