I currently have it showing all groups when you load the page and I was wondering if I could get it to only display the group when you click a link or image. This way you dont have to keep scrolling down to get to a certain group number.
For instance, it currently displays:
Group 1
name
name
name
name
name
Group 2
name
name
name
name
What I want is this:
Group 1 (show)
Group 2 (show)
Group 3 (show)
Then when show is clicked it shows that group only. Like a hidden atribute but when I tried it using java they did not open.
The below code is the code just showing them all at the same time.
Code: Select all
Many thanks