RedRobotHero
Technical User
I'm changing a folding menu script. The last thing I need to change is in the persistance code. I need to make it default to closing the menu when there is no persistence cookie.
To do this, I need to take all the <ul> with an id of "foldinglist" and change the style to "display:none".
What is the easiest way for me to selectt all the <ul> with an id of "foldinglist"?
To do this, I need to take all the <ul> with an id of "foldinglist" and change the style to "display:none".
What is the easiest way for me to selectt all the <ul> with an id of "foldinglist"?