// Get the element you want to modify var element = document.querySelector('.item-control.blog-admin'); // Remove the specified class from the element element.classList.remove('item-control', 'blog-admin');

0 ความคิดเห็น