Tag Archives: div

Show/hide a div with javascript

Looking for a simple javascript to show/hide a given text/element? Here`s all you need! <!– Simple show/hide system @author – Tor Henning Ueland –> <script language=”javascript” type=”text/javascript”> //ShowHide function – takes the div ID as argument function showHide(divId) { //Switch … Continue reading

Posted in Web development | Tagged , | Leave a comment