A better/shorter way to write an Array /class – Jquery
I`m trying to disabled 6 buttons when a condition is met. I have given the buttons the same class. Is there a simplest/shorter way to write ; var ButtonCollection = document.getElementsByClassName("button"); function PopUp() { x = L + Y; var…