Avatar of myyis
myyis

asked on 

copy innerHLM of div using clipboardjs

Hi everybody,
I need to copy the content of the div to the desktop when clicked the div using https://clipboardjs.com/

<div id="id1" onclick="copy_content_to_clipboard(this);">
Textttttt
</div>

Anybody can help me?
Thank you.
JavaScript

Avatar of undefined
Last Comment
myyis

8/22/2022 - Mon