摘要:
$('#input').keyup(function(){}); 其他的按键都是有效的,但是唯独删除按键无效. 以下方法可以解决: $('#input').bind('input propertychange', function () {}); 阅读全文
posted @ 2016-05-04 17:40 yiyishuitian 阅读(255) 评论(0) 推荐(0)
|
|
|
|
摘要:
$('#input').keyup(function(){}); 其他的按键都是有效的,但是唯独删除按键无效. 以下方法可以解决: $('#input').bind('input propertychange', function () {}); 阅读全文
posted @ 2016-05-04 17:40 yiyishuitian 阅读(255) 评论(0) 推荐(0) |
|