Clipboard
A modern approach to copy text to clipboard
Official documentation
For more detailed information and examples, see the official documentation: Clipboard.js.
How to use?
Copy-paste the following <script>
near the end of your pages under JS
Implementing Plugins to enable it.
Copy-paste the following <script>
near the end of your pages under JS
Nova to enable it.
Copy-paste the init function under JS Plugins Init., before the closing </body>
tag, to enable it.
Methods
Options can be passed via data attributes or JavaScript. For data attributes, append the option name
to data-
, as in data-controls=""
.
Attribute | Description |
---|---|
|
ID of the element from which the contents will be copied to the memory buffer. |
|
ID element whose classes will be changed, specified in the data-success-class ,
after successfully copying to the memory buffer.
|
|
Classes that must be passed to the element specified in the
data-class-change-target , after some delay (800ms).
|
|
The classes to be transferred to the element specified in the
data-class-change-target , immediately after successfully copying to the memory
buffer.
|
|
The text with which the default will be replaced by the element specified in data-class-change-target ,
immediately after successful copying to the memory buffer. And it will also be changed to default
after some delay (800ms).
|