- 입력갑 블럭킹

dev_bert
kyebyungha 3 years ago
parent 0222a60c7a
commit 2d14b2988e

@ -540,6 +540,11 @@
$("#eat_qty").val(this.value);
}
});
$("#iptbm, #iptbs, #iptblm, #iptbls, #iptbrm, #iptbrs, #temperature, #y, #m, #d").on("change", function() {
if (this.value < 0) {
$(this).val(0);
}
});
$("#iptbm").on("change", function() {
$("#bm").val(this.value);

Loading…
Cancel
Save