I've a requirement where I need to copy text to Clipboard.
So, I've gone through some samples and started using zeroclipboard.
Now, my problem is :
The demo which is shown on the home page of http://zeroclipboard.org/
is only working when we are manually clicking the button.
But if we trigger a click event for the button, the text is not getting copied to the clipboard.
Is this possible to get the text copied to Clipboard on button click event?
This is the second paragraph on the zeroclipboard github readme doc