change class attribute without ref to an element?
Is there to a way to change an attribute value of a class without an element reference?
.someClass{ someAtributeValue}
is there a way to change the attribute value of .someClass from: someAttributeValue to: thisAttributeValue with jquery?
Im not sure I am asking this question properly.
Please Comment.