I'm trying to show a grouped element when clicking on an href link in a text object.
The project will have a very long list of links (50+ eventually) and is being used to document a large database project.
I've learned that internal Functions won't work so I am looking for a generic function in the Head HTML. It will take the parameter which is the ID of the hidden element and change its style to "visible".
I'm successfully passing the parameter from the link ("Show Element 2 (Head HTML function)") but the hidden element is not showing.
I wonder if the problem (other than any javascript coding errors) is that using the Display -> Hidden in the Element tab does more than just setting the style as display:hidden ?
Maybe I should use a common class to hide the elements?
Thanks for any advice on this!
Edit to remove outdated Hype file