I have a list of categories on my webpage. They are stored on mysql and each category has an id number next to it.
The categories are in divs that when selected change color and whatnot, and when not selected, another color. Only one can be selected at a time.
I am trying to figure out how to tell the webpage, which cat has been selected, and in turn, it will make the selected cat take on the selected style traits
thank you