Mouse Events in JavaScript | The Complete JavaScript Course | Ep.64

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ธ.ค. 2024

ความคิดเห็น • 18

  • @jyothikumari4761
    @jyothikumari4761 หลายเดือนก่อน +1

    Sir your teaching literally super super super 😊any teacher don't teaches like you

    • @procodrr
      @procodrr  หลายเดือนก่อน

      Thank you, Keep learning and growing 😊

  • @muskaanvashishtha2992
    @muskaanvashishtha2992 หลายเดือนก่อน +1

    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!

    • @procodrr
      @procodrr  หลายเดือนก่อน

      You're welcome! Keep learning and growing 😊

  • @codinglife91
    @codinglife91 6 หลายเดือนก่อน +3

    many may thanks anurag bhai #procodrr you are real teacher

  • @adityasinghh04
    @adityasinghh04 8 หลายเดือนก่อน +1

    Aaj subah bhaiya yeh wala lecture ek baar revise krr liya. Shaam ko new lecture start kr dunga.

  • @trainerdevesh
    @trainerdevesh 4 หลายเดือนก่อน +5

    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)})`
    })

  • @JagadishAdhikari-d8q
    @JagadishAdhikari-d8q 8 หลายเดือนก่อน

    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.

  • @adityasinghh04
    @adityasinghh04 8 หลายเดือนก่อน +2

    Ram Navami ki Hardik Shubhkamnaye Bhaiya Ji. Jai Jai Shree Ram🚩🚩🚩. Episode 64 completed bhaiya ji🙏🏻

  • @kattapamama104
    @kattapamama104 7 หลายเดือนก่อน +2

    Sir laptop me only click karne par hi ho raha hai mouse in or out se kuch nahi ho raha hai 🙄

  • @shubhammane2077
    @shubhammane2077 10 หลายเดือนก่อน +3

    Everyone is saying frontend development is saturated what's your view on this sir????????
    Btw great explanation

  • @akshayshukla5389
    @akshayshukla5389 3 หลายเดือนก่อน +1

    tysm

  • @chandra_shekhar_pant
    @chandra_shekhar_pant 11 หลายเดือนก่อน +1

    super sir..............

  • @tilak4009
    @tilak4009 3 หลายเดือนก่อน +1

    Hare Krishna 🙏

  • @zeenatzeni5943
    @zeenatzeni5943 6 หลายเดือนก่อน

    anurag Sir .. mein macbook py learn kr rhi hu ... web dev ... mouse events ki i output nhi a rahi h ...

  • @diwakerkanojia7219
    @diwakerkanojia7219 6 หลายเดือนก่อน

    Bhaiya aap konsa vs theme use krte ho?

  • @HEY_DECODER
    @HEY_DECODER 5 หลายเดือนก่อน +1

    Done :)

  • @pubgwala5104
    @pubgwala5104 11 หลายเดือนก่อน +1