I am trying to write a function that applies an action through all <strong> elements, and when finishes with one, applies it to the next one.
Also, at the end, it must start again with the first <strong>.
I am sure I remember reading about a jquery function for doing this, but I cannot remember it.