Skip to content

langong-dev/HtmlCopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HtmlCopy

A copy js. Click to copy input or textarea. Made by JS.

How to use it

Install

  1. Clone from Github.
# 1. Clone
git clone https://github.com/langong-dev/HtmlCopy.git
  1. Copy to your server.

Use

<head>
  <script type="text/javascript" src="copy.js"></script>
</head>

...

<textarea id="copy">
  Some Thing To Copy.
</textarea>
<button onclick="Copy()">Click to Copy</button>

Feedback: [email protected]

Made By LanGongDEV - 2020