document.querySelectorAll('td.note.calendar').forEach(function(item){ item.classList.remove('calendar'); });