I'm looking to create a jQuery (or javascript) button
that selects everything in a textarea
and then copies the text to your clipboard
when you clicked on button.
I have found some examples using the focus event. But I'm looking for a button that you actually have to click for the select and copy.
How can i do this work?