User-224188520 posted
Hey All,
I think this is simple but I've stumbled trying to find a simple solution, a lot of timer solution out there with a lot of code that are not exactly what I am looking for.
I am just looking to rotate on a timer the class of a label to change the color, here are my label examples.
Start with: <span id="loginLabel" class="label label-danger">
Change to after 2 seconds: <span id="loginLabel" class="label label-warning">
Then repeat the process indefinitely.
Thanks,