$("input#priceMin").keyup(function(){ if (this.value==<нужное_значение>) { $('.search').submit(); }; });