1
00:00:00,180 --> 00:00:07,530
Hey, and welcome to our copy to clipboard and move data from a text area to another text area.

2
00:00:08,100 --> 00:00:14,310
So this is going to be another relatively short section where we're going to be practicing some JavaScript

3
00:00:14,310 --> 00:00:16,800
where we can copy content into the clipboard.

4
00:00:16,810 --> 00:00:21,900
So this is useful and useful to add to your websites if you want to make it easier for users.

5
00:00:22,080 --> 00:00:27,360
Let me show you how it works so you can have text within any area of your Web page and then you can

6
00:00:27,360 --> 00:00:31,020
select that text so you can move the text into another element.

7
00:00:31,020 --> 00:00:32,060
And that's the easy one.

8
00:00:32,190 --> 00:00:35,190
And then also the objective was to copy it to the clipboard.

9
00:00:35,310 --> 00:00:37,080
So now it's been copied to the clipboard.

10
00:00:37,090 --> 00:00:42,020
So if I paste, you can see I've got that content being added into my paste.

11
00:00:42,300 --> 00:00:44,550
So it's been copied to the clipboard of the browser.

12
00:00:44,820 --> 00:00:46,640
Really useful stuff in JavaScript.

13
00:00:46,650 --> 00:00:51,210
And this is another sort section to get me more familiar with this functionality.
