xxxxxxxxxx
1
<button class="btn btn-primary clipboard" data-mdb-clipboard-target="#copy-target">
2
Copy
3
</button>
4
5
<br><br>
6
7
Source<br>
8
<textarea id="copy-target" rows="5" cols="20">
9
first line
10
second line
11
third line
12
</textarea>
13
14
<br><br>
15
Try paste here, no newline in clipboard<br>
16
<textarea rows="5" cols="40">
17
</textarea>
1
1
1
1
Console errors: 0