My professor used a big chunk of a code to explain this, and he confused the heck out of me, but all i needed was to watch your 5 min video. Thank you. And by the way, i have an exam after two and a half hours.
Very clear video, thanks. For the third argument of the method, do I need to put this boolean all the events as the same, or I can just define the event propagation according to the outer most parent? Or both are valid?
thank you so much, i got a question ; what about target phase that happened after capturing and handle the event at target element that event generated by that, I mean when we use event delegation like in navigations , it will capture the parent,and target phase, then start to bubbling up till doc.. root in DOM, and child are not in bubbled up phase cuz they didnt originate the event, their parent did , so only way to get access to child elements is e.target property , how bubbling is working here?
Nice job. Maybe just to mention when adding 'useCapture' that order is not really reversed. For example, if u had PARENT, MIDDLE and CHILD elements, and if u put `true` on PARENT for `useCapture`, result would be PARENT-CHILD-MIDDLE ( not reversed like its mentioned in video PARENT - MIDDLE - CHILD)
My professor used a big chunk of a code to explain this, and he confused the heck out of me, but all i needed was to watch your 5 min video. Thank you. And by the way, i have an exam after two and a half hours.
That is so awesome, thanks!!
@dubola5777. Same bro😏
thanks for taking the time to make this, the explanation was straightforward and clear which made it easy for a beginner like myself to grasp.
It really is that one guy on UA-cam whose videos are more useful than professor lecturers
I don't think there's a better explaination on youtube.. awesome stuff Dom very clear thank you
Couldn't figure out exactly what this concept meant from multiple written explanations, before seeing this. Great workthrough.
that's called simple and sober. Thanks buddy
Great! it is great to explain in just 5 minutes! i was confusing about this. Thanks
thanks for explaining this! it was a hard concept to get from a text book
thanks for explaning the difference of bubbling and capturing
Simple and easy. Good job, bro
You're welcome. Glad this video could help you!
Very clear video, thanks. For the third argument of the method, do I need to put this boolean all the events as the same, or I can just define the event propagation according to the outer most parent? Or both are valid?
Awesome video, very simple and strait to the point explanation
thanks, now it makes much more sense for me
Very nice video❤ just wanted to know, what is the use case ? where these concepts will be useful.
Nice and simple. Good job!
Ncie video! What keyboard are you using and what switches :D ?
I would like to see an example of a use case for capturing as bubbling is by the default.
thank you for this simple breakdown!
What keyboard are you using? It sounds nice
Thank you so much! You explained it really well! BTW which font are you using in Visual Studio Code? I'm in love with that font!
No worries mate! The font I'm using is Fira Mono/Fira Code
@@dcode-software Thank you so much again!
I wanted to ask you one more question that how is you windows 10 soo minimalistic? Please tell me!
I haven't touched Windows at all haha - it's completely stock.
@@dcode-software Nice
Nicely explained
What does matter for the order? The order in the DOM or the z-index?
Very nicely explained! ThankYou
No worries mate
thank you so much, i got a question ; what about target phase that happened after capturing and handle the event at target element that event generated by that, I mean when we use event delegation like in navigations , it will capture the parent,and target phase, then start to bubbling up till doc.. root in DOM, and child are not in bubbled up phase cuz they didnt originate the event, their parent did , so only way to get access to child elements is e.target property , how bubbling is working here?
simple and great explanation.....thank you
silly question, the capturing option (true) should add to parent element, not the child right?
Useful short videos
When and why would you use bubbling vs capturing and viceversa? The parent is triggered in both ways.
Obrigado
Um like from Brazil
Thanx 4 clearing my doubts....Nice explaination.
Good stuff, thanks!
VERY USEFUL !!!
Awesome
Awesome stuff..... Good explanation
NICE!! PRECISE!! AND AWESOME!!
Their parent knew his destiny and named him DOM
Thank you , you made it so easy.
thanks a lot for your help. well done!
I wonder where these two would be applicable.
Nice job. Maybe just to mention when adding 'useCapture' that order is not really reversed. For example, if u had PARENT, MIDDLE and CHILD elements, and if u put `true` on PARENT for `useCapture`, result would be PARENT-CHILD-MIDDLE ( not reversed like its mentioned in video PARENT - MIDDLE - CHILD)
thank you, that was very useful for me
All good!
Dom on the Dom..nice
console.log("Badum tsss!");
you are very awesome, Thank you
Good video!
Gracias (thank you)!
Thank you!
Thanks!!!
Perfect!
thanks so much
so good
Did you say your name is DOM? LMFAO
Read 2 pages of complicated documetation or watch 5 minutes of easy to understand youtube video...hmmm...
Thank you !