[ale] More JavaScript

Geoffrey Myers lists at serioustechnology.com
Tue Apr 30 13:09:29 EDT 2013


Using JavaScript to toggle the style.display between 'block' and 'none'. Stashing the span I'd and current state of that elements style.display in a cookie. Problem is, when I retrieve the cookie and attempt to set the style.display value the id is not recognized as an id. I've tried:

arg.style.display

Where arg contains the span id value pulled from the cookie. 

Suggestions?

--


More information about the Ale mailing list