thanks a lot for making this course and the playlists. your content is super! the way you explain complicated concepts with proofs on the console in so much depth is something I never witnessed anyone else doing! and i am grateful that I get to learn so much from you everyday! to be successful one day thanks to your content! and freecodecamp practice as you recommend always!
The mouseout event triggers when the mouse pointer leaves any child elements as well the selected element. The mouseleave event is only triggered when the mouse pointer leaves the selected element.
Sir your teaching literally super super super 😊any teacher don't teaches like you
Thank you, Keep learning and growing 😊
thanks a lot for making this course and the playlists. your content is super! the way you explain complicated concepts with proofs on the console in so much depth is something I never witnessed anyone else doing! and i am grateful that I get to learn so much from you everyday! to be successful one day thanks to your content! and freecodecamp practice as you recommend always!
You're welcome! Keep learning and growing 😊
many may thanks anurag bhai #procodrr you are real teacher
Aaj subah bhaiya yeh wala lecture ek baar revise krr liya. Shaam ko new lecture start kr dunga.
i code to add card of multiple color in click
const card = document.querySelector('.card')
card.style.margin = '10px'
const container = document.querySelector('.container')
container.style.display = 'flex'
container.style.flexWrap = 'wrap'
let count = 1
card.addEventListener('mouseup', function(){
var newCard = document.createElement('div')
newCard.classList.add('newCard')
newCard.innerHTML = count++
container.append(newCard)
newCard.style.backgroundColor = `rgb(${Math.floor(Math.random()*250 || Math.random()>100)},
${Math.floor(Math.random()*250 || Math.random()>100)},
${Math.floor(Math.random()*250 || Math.random()>100)})`
})
The mouseout event triggers when the mouse pointer leaves any child elements as well the selected element. The mouseleave event is only triggered when the mouse pointer leaves the selected element.
Ram Navami ki Hardik Shubhkamnaye Bhaiya Ji. Jai Jai Shree Ram🚩🚩🚩. Episode 64 completed bhaiya ji🙏🏻
Sir laptop me only click karne par hi ho raha hai mouse in or out se kuch nahi ho raha hai 🙄
Everyone is saying frontend development is saturated what's your view on this sir????????
Btw great explanation
tysm
super sir..............
Hare Krishna 🙏
anurag Sir .. mein macbook py learn kr rhi hu ... web dev ... mouse events ki i output nhi a rahi h ...
Bhaiya aap konsa vs theme use krte ho?
Done :)
❤