Learn how to create a Popup Modal kzbin.info/www/bejne/nX26eoyhZbiXaZo
@sostheneshamamba34865 ай бұрын
Wow wow wow 🎉🎉🎉🎉🎉 you are a star Sir, at first i Started to think that my laptop has a problem coz i was a little disappointed seeing that everything i tried didn't work dispite me copying everything line by line, then i alighted on your video that gave me the energy yo carry on, your style is the best its working perfectly 😅😅😅thank you sir , you have just won a subscriber
@fabrizziocordova5250 Жыл бұрын
Great video, not just only copy and paste the code. The explanation step by step is useful
@zsatwell Жыл бұрын
Awesome video! Explained everything very well, and made it easy to understand!
@marynagaraeva505 Жыл бұрын
Thank you Richard for this tutorial.🔥🔥🔥 I was a little bit confuse about hamburger icon. But now I know how to use in my project. Thanks! 👏🔥
@katjav.45523 жыл бұрын
Thank you so much for the great explanation. I was searching for this kind of tutorial (how to set an action listener for a svg inside a navbar) for hours! Really great and helpful!
@Faithful25 Жыл бұрын
Best tutorial ever.please make a playlist on full stack web development
@dinesh07433 жыл бұрын
It was every helpful. Thanks for clean code. That's the missing part in lot of KZbin coding tutorials.
@the_awakening_msaha51324 жыл бұрын
Another video after a long time. Last time i watched your modal video that was awesome.
@RichardCodes4 жыл бұрын
Thanks man. I appreciate that you’re still here. Will be posting more often from now. Thanks for being here.
@earnbangearn11943 жыл бұрын
Finally, it's work !!! Thank you so much for the easy and great tutorial
@agustinvis57204 жыл бұрын
Awesome!! It works very well. This was just what I needed. Thank you very much. You explain very well.
@RichardCodes4 жыл бұрын
Thanks for watching Agustín, similar videos coming soon, so subscribe!
@nath-praisesportsnet29164 жыл бұрын
your videos is as simple as A B C D, well explained
@RichardCodes4 жыл бұрын
Thanks Nathan. Just finished prepping the first part of javascript basics. Will be up soon, what is your main sticking point at the moment?
@SFRGstudiowz3 жыл бұрын
Thanks for sharing.. this is tutorial mode every little things are detailed.
@meetbeldiya6261 Жыл бұрын
Thanks sir, this is very help full for me .🔥
@richardme1234 жыл бұрын
Thankyou this is awesome I've always struggled with these!
@RichardCodes4 жыл бұрын
Yeah they can be fiddly. Most tutorials use the checkbox approach but this is just weird and wrong in my opinion.
@richardme1234 жыл бұрын
@@RichardCodes personally I find that way really complicated but people seem to like doing things CSS only for some reason
@RichardCodes4 жыл бұрын
Yeah, it’s laziness I think. It’s easier to do that then do it with javascript.
@brownbeauutiie4 жыл бұрын
Thank you so much for this and also your modal video, I was struggling with it until now. I didn't get the window resize issue when I resized my browser window with the nav open but I think that is because my approach is slightly different from yours. Again, Thank you so much
@RichardCodes4 жыл бұрын
Glad it helped!
@kejkejkej74833 жыл бұрын
Awesome, everything is simply explained, thanks ;)
@nutpiro3432 жыл бұрын
why u add a container in header when you can just use the header tag ?
@javabeanz85494 жыл бұрын
I see you used querySelector rather than getElementById for the IDs, is there any real difference between the two?
@RichardCodes4 жыл бұрын
None. QuerySelector was a newer addition, but they work in the same way.