$('.add_site_inp').each(function(index, element) { if ($(element).val() == '') { alert('Заполните все поля!'); return false; } });