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?
I think you can only access the clipboard in IE.
For other browsers, you need to interface with a Flash object.