Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

230
Views
copy text to clipboard using 'clipboard.js' without button

I use the https://clipboardjs.com/ library to copy text to the clipboard.

In all examples, you need to press the button. But how to implement it without a button?

init_clipboard();
copy_to_clipboard ('mytext');

In clipboard.js example:

var clipboard = new Clipboard('.btn', {
    text: function() {
        return 'to be or not to be';
    }
});

with button

<button class="btn">Copy</button>

But I want without a button and user activity

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Clipboard.js creator here. Many people have asked for this featured but this is a security limitation imposed by various browsers. If you try to simulate a click event using JavaScript it will not work as well. All this is because of preventing clipboard poisoning.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!