$('input[type=number]').keypress(function (e) {
if (!String.fromCharCode(e.keyCode).match(/[0-9\.]/)) return false;
});
对你有帮助的话,右上角给个赞呗~
$('input[type=number]').keypress(function (e) {
if (!String.fromCharCode(e.keyCode).match(/[0-9\.]/)) return false;
});
对你有帮助的话,右上角给个赞呗~