html input 设置只能输入数字并设置最小值

   日期:2020-04-29     浏览:190    评论:0    
核心提示:html input 设置只能输入数字{# 输入0时,也会生效 #}

html input 设置只能输入数字

{# 输入0时,也会生效 #}
<input type="text" class="form-control" style="width:75px;display: inline;" onkeyup="value=value.replace(/[^\d]/g,'')">
{# min作用只在submit时生效 #}
<input type="text" class="form-control" style="width:75px;display: inline;" onkeyup="value=value.replace(/[^\d]/g,'')" min='1'>
{# 完美解决 #}
<input type="number" style = "width:80px" placeholder="1~54" oninput="if(value > 54 || value < 1 ){showAlert('', '非法输入', 3000);value = ''}"/>

<script>
	function showAlert(parms, msg, time) {
            if (parms){
                toastr.success(msg, 'Tips:');
                setTimeout(function () {
                toastr.clear();
                }, time)
            } else {
                toastr.error(msg, 'Tips:');
                setTimeout(function () {
                toastr.clear();
                }, time)
            }
        }
</script>
 
打赏
 本文转载自:网络 
所有权利归属于原作者,如文章来源标示错误或侵犯了您的权利请联系微信13520258486
更多>最近资讯中心
更多>最新资讯中心
0相关评论

新手指南
采购商服务
供应商服务
交易安全
关注我们
手机网站:
新浪微博:
微信关注:

13520258486

周一至周五 9:00-18:00
(其他时间联系在线客服)

24小时在线客服