Hi guys
I’m creating a website for our cinema where we display all our movies, arranged in a repeater. Now I would like to just hide and collapse individual containers (aka films) within the repeater, since they’re not available just yet.
Is there a way to give each container it’s own ID? Because as of right now the functions are always applied to all containers at the same time and changing the ID via properties simply changes all the containers’ ID’s within the repeater in the same fashion.
Thank you very much for your help!