label here is values
button here
javascript code here
var clipboard = new Clipboard('.btn');
clipboard.on('success', function (e) {
console.log(e);
});
clipboard.on('error', function (e) {
console.log(e);
});
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Prakash KumarPosted Jul 14, 2016, 6:26 AM
Vinay SinghPosted Jul 14, 2016, 5:52 AM
Prakash KumarPosted Jul 14, 2016, 3:12 AM