摘要:
在开发中,有的时候需要在输入框中输入相应内定后,并通过内容来进行异步操作 //数据输入 $('.shuruchanpinshibiehao').keyup(function(){ var code = $(this).val(); //如果输入超出产品识别号位数 if(code.length>11){ code = code.substr(0,11); $(this)... 阅读全文
posted @ 2017-01-05 17:44
智昕
阅读(2632)
评论(0)
推荐(1)

浙公网安备 33010602011771号