“粘贴”使用 jQuery 的文本字段按钮
我正在使用 Ruby on Rails 3.0.7 和 jQuery 1.6.1。我想在表单中添加一个按钮,以便将之前记住的文本粘贴到其字段中。也就是说,我希望从某处复制文本的用户可以单击上述按钮,以便他/她复制的文本将填充文本字段。
我该怎么办?
I am using Ruby on Rails 3.0.7 and jQuery 1.6.1. I would like to add a button in a form in order to paste in a its field a text previously memorized. That is, I would like that a user that copied a text from somewhere then have the possibility to click on the above mentioned button so that his/her copied text will populate a textfield.
How can I do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于IE,你可以抓取剪贴板数据。
for IE , you can grab the clipboard data .
我认为您只能在 IE 中访问剪贴板。
对于其他浏览器,您需要与 Flash 对象交互。
I think you can only access the clipboard in IE.
For other browsers, you need to interface with a Flash object.