Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

225
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda