2017年4月20日

js input监听兼容事件

摘要: $('#phoneNumber').on('input',function() { var valueP = $(this).attr('value'); if(valueP.length == 11){ $('#getVerCode').removeClass('unclick'); $('.ge 阅读全文

posted @ 2017-04-20 18:42 王子乔 阅读(1132) 评论(0) 推荐(0)

导航