1个回答
展开全部
你好,这种情况还是用textbox比较好,然后绑定onkeyup事件,然后用只能是数字的正则进行替换
html:
<input id="number" class="easyui-textbox" style="width:100px">
js:
$(function(){
$("#number").textbox('textbox').bind('keyup', function(e){
$("#number").textbox('setValue', $(this).val().replace(/\D/g,''));
});
});
希望能够帮到你!望采纳!
html:
<input id="number" class="easyui-textbox" style="width:100px">
js:
$(function(){
$("#number").textbox('textbox').bind('keyup', function(e){
$("#number").textbox('setValue', $(this).val().replace(/\D/g,''));
});
});
希望能够帮到你!望采纳!
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询