menu help
menu help
Out of context: Reply #7
- Started
- Last post
- 7 Responses
- spiralstarez0
I haven't looked at the squidfingers code, but you can do this quite easily with minimal JS and CSS
document.getElementByID('id').st... = 'block';
and
document.getElementByID('id').st... = 'none';
Then you can just toggle that on and off in a function when they click.
You know basic Javascript?