Adding an onclick event to a div element
I saw a few similar topics which did help but I have specific problem and didn’t manage to solve it alone so if anyone can help out I would appreciate it I want to add onclick event to a div element. HTML: JavaScript: Wanted result: div with id=”rad1″ (which is hidden) turns visible, when clicked on div … Read more