var ostatok = +$('#ostatok').val(); var kolvo = +$('#kolvo').val(); if (kolvo > ostatok) { alert("error"); };