I can't add Style using the HTMLElement – Jquery
I am trying to collect the elements by class and store them in a variable using document.getElementsByClassName('class'). When I do a console log of these elements it returns the elements correctly. but when I try to add a style.display =…