我正在寻找一种方法来对我粘贴到浏览器中的输入进行消毒,这在jQuery中可行吗?
我到目前为止已经想出了这个。
$(this).live(pasteEventName, function(e) {
// this is where i would like to sanitize my input
return false;
}
Unfortunately my development has come to a screeching hold because of this "minor" issue. I would really make me a happy camper if someone could point me to the right direction.