layerssss / paste.js

read image/text data from clipboard (cross-browser)
http://layerssss.github.io/paste.js/
MIT License
463 stars 94 forks source link

怎么去掉默认的粘贴事件? #61

Closed xhanglizhu closed 6 years ago

xhanglizhu commented 6 years ago

现在想将复制的内容粘贴到div[contenteditable],发现会出现两次同样的内容。 这个有什么好的解决思路?pasteText

xhanglizhu commented 6 years ago

$(ele).on('paste', function (ev) { ev.preventDefault(); })