$(".selectB").change(function(){ $("#text").html($(".selectB").get().every(el=> el.value == '100%')?'Все выполнено':''); });