To remove the class from all elements you can select all elements and use the classList.remove() method on all of them using a loop. Example.
確定! 回上一頁