摘要:
$("input[name='searchBean.con1']").keyup(function(){//keyup事件处理$(this).val($(this).val().replace(/\D|^0/g,''));}).bind("paste",function(){//CTR+V事件处理$(this).val($(this).val().replace(/\D|^0/g,''));}).css("ime-mode","disabled");//CSS设置输入 阅读全文
posted @ 2013-11-26 11:06
Porbonan
阅读(254)
评论(0)
推荐(0)

浙公网安备 33010602011771号