I see you got there yourself! document.getElementsByClassName()
returns an array of elements, not a single element. jQuery is probably the right way to go there
1 Like
I see you got there yourself! document.getElementsByClassName()
returns an array of elements, not a single element. jQuery is probably the right way to go there