$('#select1').on('change', function(){ if($(this).val()!=0){ $('input[name=rub]').val($(this).val()); } })