有没有办法用 jQuery 捕获剪贴板粘贴事件?
我想在用户粘贴时触发一个事件。
我有一个 contenteditable div,当用户粘贴时,我想捕获事件,然后将焦点放回粘贴末尾的 contenteditable div,默认情况下不会发生这种情况。
有想法吗?
谢谢
I want to trigger an event when a user pastes.
I have a contenteditable div and when the user pastes I want to capture the event and then focus back into the contenteditable div at the end of the paste which does not happen by default.
Ideas?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道这是否可以跨浏览器工作,它是否可以在 Chrome 中工作:
I do not know, if this works cross-browser, it's working in Chrome:
您可以绑定到“粘贴”事件 -
You can bind to the 'paste' event -