Build a Popup with JavaScript | 1-Minute Tutorial

preview_player
Показать описание

Let's learn how to quickly build a modal (popup) in HTML, CSS and JavaScript.

---
Timestamps:
00:00 - The HTML
00:18 - The CSS
00:43 - The JavaScript
00:55 - The Result

---
Follow me on:
Рекомендации по теме
Комментарии
Автор

Let me know if you like this kind of short, fast-paced tutorial!
Your feedback is very important to me! 🙏

FlorinPop
Автор

I can't find the source code in the description.

ARTECH
Автор

awesome video mate, these kinds of small and fast projects are definitely perfect for a minute of tutorial. Cheers!

penguinxed
Автор

Awesome video!
Welcome back to YT, Florin 😁💪

SimonHoiberg
Автор

Great video Florin! Easy to follow and great animations.

MikeHTMLAllTheThings
Автор

Florin you're awesome. Love this! what a good idea. Look forward to some more!

lukeclarke
Автор

You can even use this Popup to show temporary messages, like a loading message whilst waiting for the API call to resolve. I've used it on one of my Freelance job projects and I learned it from one of your videos. Thank you!

hichamamroussi
Автор

Yes, liking the format. I am watching your 10 projects right now and damn you are killing it :) I am thinking of changing career to something with apps or UX and I think JavaScript is good to have knowledge in

pixellegolas
Автор

Congrats, happy to see you're back!
You should maybe also try doing some under 60 seconds shorts!

emanuelgrama
Автор

if in div we have like button it's better to use display: none to make button not only invisible but also non-clickable

nihongo_
Автор

hi, i've bought your course 50 application in js, but where can i find a files of this projects?

bogumilnowak
Автор

Hey Florin, one suggestion, maybe lower the music a little bit. Keep up the good work !

OM-jknw
Автор

Where have you been please make more videos on JS like 10 projects challenge.

Miladah
Автор

Good but would love a bit more explanation on the CSS.

joshuajaydan
Автор

Nice! Neat and quick - one bit missing - a popup/modal is meaningless without an associated page/pages - show the entire file structure main.html, popup.html, ...

LesDunaway
Автор

Still waiting for video such as 10 projects in 10 hours😄

mateusz
Автор

I thought that by using opacity:0, the element still captures the mouse events, so it's mandatory to use display:none, or send the element away from the view. At least, I've had these issues in the past.

braveitor