I have this solution I am trying to use but it uses ID\'s. I want multiple divs on the same page using the same classes. I changed the ID references to classes but I can n
You can use ":first" selector, then remove the class from that object, then call again. Or if you don't want to remove a class, add a class and use the ":first" and ":not" selectors