+ 1
Why can't I use 'document.getElementsByClassName' in js? Plz...explain me!
6 Respuestas
+ 2
Try document.querySelectorAll(".<yourclassname>") instead and see if that works. Don't forget the '.' in the quotes.
0
There's nothing wrong with using it. Show us your code so we have a chance of explaining what is going wrong.
0
It was not supported in 'QuickEdit' application and 'Chrome'....
0
That works....Thanks 😁😁