检测粘贴事件;
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了检测粘贴事件;相关的知识,希望对你有一定的参考价值。
jQuery('.selector').click(function(){ if(e && e.metaKey && e.which == 118) return // paste event; else //etc... })
以上是关于检测粘贴事件;的主要内容,如果未能解决你的问题,请参考以下文章
同时绑定onpropertychange 和 oninput 事件,实时检测 inputtextarea输入改变事件,支持低版本IE,支持复制粘贴
html 检测文本框的粘贴事件。来自http://stackoverflow.com/questions/5450449/detect-paste-in-input-box