Just find all the elements that do have the class, and remove it: $(".light").removeClass("light");. With plain JavaScript: var lights = document.
確定! 回上一頁