$('table td').each(function(){
if($(this).html() == ''){
$(this).removeClass('mavi gri');
}
});
https://codepen.io/kod101/pen/zQKjqY