In order to remove a specific class you can use the classList.remove() method. Below is its correct syntax. element.classList.remove('ClassName ...
確定! 回上一頁