I have a table which contains 3 rows. Each row has the class: .myClass.
.myClass
I then query for the table rows with document.getElementsByClassName(\'myC
document.getElementsByClassName(\'myC
Another option is populating a normal array with the elements and then iterate through this array. You will be able to chance the class names of the elements this way.