1
00:00:00,480 --> 00:00:04,320
In this section, we're going to be covering a pop up message, so this is going to be a relatively

2
00:00:04,320 --> 00:00:07,560
short section where we're going to have a simple pop up message.

3
00:00:07,680 --> 00:00:13,470
The contents are going to be coming from the JavaScript, the HTML attributes where we've got information,

4
00:00:13,470 --> 00:00:16,320
where we got something called an attribute called data message.

5
00:00:16,500 --> 00:00:19,860
And we're going to use that information to populate the Pop-Up.

6
00:00:20,130 --> 00:00:24,540
And this is a pop up that's going to show we're also going to it's going to be an element that's hiding

7
00:00:24,540 --> 00:00:30,090
and showing depending on if the element has clicked, that has the pop up message and then we also have

8
00:00:30,090 --> 00:00:31,320
an option to close it.

9
00:00:31,620 --> 00:00:32,190
So let me show you.

10
00:00:32,670 --> 00:00:35,400
So all this is driven from the HTML content.

11
00:00:35,400 --> 00:00:38,670
You click it, you get JavaScript, shows you the pop up.

12
00:00:38,670 --> 00:00:43,200
And this content once again is coming from the element itself as an attribute.
