All about Events & Listeners in JS || JavaScript Series 2024

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

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

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

    1.Ek basic HTML file banaye gye 2.DOMContentLoaded event listener add kare gye tag ke andar
    3. fir hum Event listener ke andar ek naya element create karein.
    4. Naye script element ka src attribute set karein.
    5.Script element ko document body mein append karein.
    Iss tarah se, jab DOM puri tarah se load ho chuka hoga, tab aapka script dynamically document mein add ho jayega.
    Code-hint : document.addEventListener("DOMContentLoaded", function() {
    var script = document.createElement('script');
    script.src = 'path/to/your/script.js';
    document.body.appendChild(script);
    });

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

    45:50 This is useful when we want to add scripts dynamically after the DOM is ready.
    document.addEventListener("DOMContentLoaded", function() {
    // Create a new script element
    const script = document.createElement("script");
    // Set the source of the script
    script.src = "path/to/your/script.js";

    // Append the script to the document's head or body
    document.head.appendChild(script);
    });

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

    Bhaiya aapne Event & eventlistener bohat hii asan bhasa me samaja diya 👌

  • @MissIndia-q1f
    @MissIndia-q1f 7 หลายเดือนก่อน +9

    hello sir, please aage ki videos continuously upload kr dijiye we all knows ki aapko aur bhi work hota hai but sir mene aapki baki ki videos bhi complete dekhi hai kafi din se aapne mern full stack playlist ko update nhi kiya h please sir videos daal dijiye mujhe apna ye course complete karna h aapki videos ki help se aapke jaisa content kisi other youtuber ki video pe nhi mila mujhe

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

      +++ waiting for lecture

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

    // Create the new element
    var li = document.createElement('li');
    li.className = 'dynamic-link'; // Add a class name if needed
    li.innerHTML = 'Your dynamic content'; // Set the text inside the
    // Append the element to an existing parent (e.g., an with id="links")
    document.getElementById('links').appendChild(li);
    // Attach the event handler
    li.onclick = function () {
    // Your custom event handling logic here
    console.log('Element clicked!');
    };

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

    41:21 bhaiya, We can apply listener on document instead stead of div there is no role of div.
    by this we can get alert:
    let alertMsg = function(event){
    alert("you have clicked on " + event.target.textContent);
    }
    document.addEventListener('click', alertMsg);

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

    You are great mentor. Your tutorials are amazing! I always learn something new and useful from each video. Keep it up!

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

    bhai superb lecture....smjh aa rha h, log dekh rhe h abhi bhi, series compelete nhi hui ho to start kr do next lecture bro.

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

    you are the best mentor of millions of students

  • @vedantjain2606
    @vedantjain2606 7 หลายเดือนก่อน +13

    document.addEventListener("DOMContentLoaded", function() {
    var script = document.createElement('script');
    script.src = 'path/to/your/script.js';
    document.body.appendChild(script);
    });

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

    best course 🔥🔥🔥

  • @fit_tubes_365
    @fit_tubes_365 5 ชั่วโมงที่ผ่านมา

    Episode - 08 : 04-11-2024
    Episode - 09 : 14-11-2024
    Episode - 10 : 14-11-2024
    Episode - 11 : 19-11-2024
    Episode - 12 : 21-11-2024
    Episode - 13 : 21-11-2024
    Episode - 14 : 22-11-2024
    Episode - 15 : 23-11-2024
    Episode - 16 : 23-11-2024
    Episode - 17 : 23-11-2024
    Episode - 18 : 23-11-2024
    Episode - 19 : 25-11-2024
    Episode - 20 : 26-11-2024
    Episode - 21 : 27-11-2024
    Episode - 22 : 28-11-2024
    Episode - 23 : 29-11-2024
    Episode - 24 : 29-11-2024
    Episode - 25 : 29-11-2024
    Episode - 26 : 30-11-2024
    Episode - 27 : 02-12-2024
    Episode - 28 : 03-12-2024
    Episode - 29 : 03-12-2024
    Episode - 30 : 04-12-2024
    Episode - 31 : 05-12-2024
    Episode - 32 : 05-12-2024
    Episode - 33 : 06-12-2024
    Episode - 34 : 07-12-2024
    Episode - 35 : 08-12-2024
    Episode - 36 : 08-12-2024
    Episode - 37 : 08-12-2024
    Episode - 38 : 09-12-2024
    Episode - 39 : 09-12-2024
    Episode - 40 : 10-12-2024
    Episode - 41 : 11-12-2024
    Episode - 42 : 11-12-2024
    Episode - 43 : 11-12-2024
    Episode - 44 : 12-12-2024
    Episode - 45 : 18-12-2024
    Episode - 46 : 18-12-2024
    Episode - 47 : 18-12-2024
    Episode - 48 : 18-12-2024
    Episode - 49 : 21-12-2024
    Episode - 50 : 21-12-2024
    Episode - 51 : 22-12-2024
    Episode - 52 : 23-12-2024
    Episode - 53 : 00-12-2024

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

    very awesome course and also cover all the topic in detail at free of cost thanks for all of this ♥♥♥

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

    Thank you bhaiya for this. ❤

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

    bhaiya ap sy bhar kar teacher nae dekha yr end level of teaching power

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

    Excellent teaching bhaiyya

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

    Understood++🔥💯

  • @shyamkumarvaishya9613
    @shyamkumarvaishya9613 18 วันที่ผ่านมา

    Thanks sir 🙏

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

    Greate Content Bhaiya.
    Maza aa gya!

  • @Spider-Man_67
    @Spider-Man_67 หลายเดือนก่อน

    Thank you love bhai...maza aagya

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

    Useful content 👍👍

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

    Boht acche se samajh aaya bhaiya

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

    Amazing Content Provided By love bhaiya
    Thank You !!

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

    Superb content ❤❤

  • @heloiamafk
    @heloiamafk 7 หลายเดือนก่อน +9

    from 700k to 300 people

  • @AkashYadav-di6kd
    @AkashYadav-di6kd 5 หลายเดือนก่อน

    DOMContentLoaded: its an event which helps us to add javascript in dynamically way without any error.
    document.addEventListener('DOMContentLoaded', function(){
    let newElement = document.createElement('p');
    newElement.textContent = 'Ram Ram bhai';
    let child = document.getElementById('fPara');
    console.log('DOMContentLoaded');
    child.insertAdjacentElement('beforebegin', newElement);
    });
    Adding a paragraph tag just after the complete loading of html tag with the help of DOMContentLoaded.

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

    Thank you sir 😁

  • @AkashYadav-di6kd
    @AkashYadav-di6kd 5 หลายเดือนก่อน

    Thank you very much, bhaiya

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

    Thanks bhaiya 🎉❤

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

    kya baat ha bhaiya!!!

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

    Complete the Web dev playlist as soon as possible bhaiyya

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

    sir kindly please upload the upcoming videos . ap course start kia ha tuh hameri help krlein isko finish krna ma .we are always thanks ful to u . Thanks alot

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

    Thank you

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

    please help my event listener is not effecting the HTML and not showing any changes after clicking in the specific paragraph or the heading

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

    mast--flow-->

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

    thankYou Bhaiya

  • @rajveersingh-kg1td
    @rajveersingh-kg1td 6 หลายเดือนก่อน

    great video

  • @laxmankumawat-j4k
    @laxmankumawat-j4k หลายเดือนก่อน

    good sir

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

    48:29 Swad++

  • @NavneetKaur-rz3fm
    @NavneetKaur-rz3fm 6 หลายเดือนก่อน

    thankuhh brother

  • @AshishJangir-o2y
    @AshishJangir-o2y 2 หลายเดือนก่อน

    sir mere me addEventListener kam hee nhi kr rha hai kya kru koi solution de do pls😢

    • @DilshadAhmad-ut4yd
      @DilshadAhmad-ut4yd หลายเดือนก่อน

      I'll solve your problem. send your program ss

  • @ArslanKhan-h2k
    @ArslanKhan-h2k 7 หลายเดือนก่อน +1

    Good

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

    Bhaiya ye series continue karo naa please mujhe baki courses pe shift nahi karna apse hi react node js sikhna hai

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

    Bhaiya plz can u tell what other. Skills to learn except dsa and wev development plzzz tell me

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

    Thanks sir

  • @SatyaGupta.
    @SatyaGupta. 7 หลายเดือนก่อน

    thank u
    sir

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

    Mazaa Ayya Bhaiya

  • @amansingh-ju26
    @amansingh-ju26 7 หลายเดือนก่อน +1

    bhaiya isme bs javascript tk hoga yaa react se leke pura dev pdaya jayega

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

      Yes, will cover entire MERN stack

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

    monitorEvents not defined error mozilla firefox

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

    Can you please add chapters (timestamps). Thanks for the video

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

    Bhaiya please complete this course

  • @NehaJha-vs9hc
    @NehaJha-vs9hc 5 หลายเดือนก่อน

    Kya is playlist me JavaScript complete hai?? please anyone reply......

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

    Bhaiya kab tak ye web development ka course complete ho jayega.....

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

    🙏🙏

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

    How many more videos it will take to complete this whole course? I mean what are the things left after this?

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

    Bhaiya MERN stack ka course complete karvaiye pls❤❤❤❤❤

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

    Please bring a course on Computer Networks with Lakshay Bhaiya......... Please

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

    ThankYouSir_G

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

    understood everything ;p

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

    Pls complete the series 🙏😢

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

    Bhaiya plzz tailwind css bi padana ❤❤

    • @CodeHelp
      @CodeHelp  7 หลายเดือนก่อน +3

      bilkul

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

      @@CodeHelp please upload remaining videos more than 3 months now!!

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

    Understood++

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

    sir paid or free course mak. kya fark hai aur react bhi karvaoge 🙏
    i am depend on you for web dev

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

      Udhr bhi yhi sbb hai bss beech mein bche questions poochlete thay toh jyada smjhate Hain. Pdf files hain jaise html css js cheatsheets, ek student only discord server hai. Udhr sbb kuch hai bnaya hua wait na krni pdti aise

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

    🆗

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

    understood++

  • @SajanKumar-ec2us
    @SajanKumar-ec2us 3 หลายเดือนก่อน

    dicuss multiple event.please explain concept in detail

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

    When is mern gonna start

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

    We rely on you 😢🙏

  • @ShubhamSharma-fo9cb
    @ShubhamSharma-fo9cb หลายเดือนก่อน

    mojai mojaa

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

    Saare lecture krdo upload bhaiya free wala content h toh aap aise krogye hmre sath pleade request h sbb ruka hua h video krdo upload

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

    Bhaiya Is Course mai bhi project Hoga kya ??

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

      yes

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

      khudse bana bhai sare babbar bhai kardenge kya ??

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

      @@souravsanyal7154 Bhai mera mern ho chuka hai with 2 projects !!
      tumse to nahi pucha maine jinse puch unhone bta diya

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

      @@CodeHelp Ok Bhaiya Thankyou For Replying !!

  • @growtogether-
    @growtogether- 3 หลายเดือนก่อน

    done

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

    bhaiya video dalo jaldhi jaldhi

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

    Bhaiyya please JS ko complete kariye.....

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

    moja hi moja

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

    bhaiya iss course ka Schedule (kabh hojata)end tak share karona

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

    Next video kab aayegi sir 😢😢

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

    Bhayia ek code help ki tshirt aur snipper bhejwa do

  • @vamsi-v1k
    @vamsi-v1k 14 วันที่ผ่านมา

    Understood++;

  • @Whoami-ob8ub
    @Whoami-ob8ub 7 หลายเดือนก่อน

    Sir aap aagli video kab daloge aab?

  • @SanjitKumar-uj5sd
    @SanjitKumar-uj5sd 7 หลายเดือนก่อน

    Bhaiya dot 2.0 kab tak aayega ??

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

    ❤❤❤❤

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

    Undersanding ++

  • @vocabularyandpracticalknow3487
    @vocabularyandpracticalknow3487 3 วันที่ผ่านมา

    sir pls upload oops concept in js

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

    Bhaiya iss course mei aap React.js bhi pdaoge na ?

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

      yes

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

      @@CodeHelp Bhaiya DSA aur Dev ek saath kaise manage kru, please guide krdo. Mai job bhi krta hu non-tech role mei.

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

      @@CodeHelp please upload remianing videos its been more than 3 months now!!

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

    Practice question

    • @CodeHelp
      @CodeHelp  7 หลายเดือนก่อน +3

      after 5 more lectures

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

      @@CodeHelp thanks

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

    cfbr

  • @DeepakKumar-g3m7p
    @DeepakKumar-g3m7p 3 หลายเดือนก่อน

    bhai click ho rha hai,,,,,,,,,,bhai scroll ho rha hai 🤣🤣🤣

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

    Thoda mushkhil hogya aaj ka lecture 😢

  • @oneplus-lg4uf
    @oneplus-lg4uf 7 หลายเดือนก่อน

    bhai 3 week h gaye ..buffer wali videos hi dal do
    ye haar baar 7-8 videos dal k kaha gayab hojate ho

  • @PrincePatel-oy7wx
    @PrincePatel-oy7wx 7 หลายเดือนก่อน

    Web development ka course kab ayega

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

      2-3 weeks

    • @ManojKumar-xl3to
      @ManojKumar-xl3to 7 หลายเดือนก่อน

      Bhaiya jaldi launch krdo na bhot wait kr liya nhi to 1.O hi Lena padega please

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

      @@ManojKumar-xl3to ok bro

    • @ManojKumar-xl3to
      @ManojKumar-xl3to 7 หลายเดือนก่อน +1

      @@CodeHelp Thanks bhaiya❤️

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

      To ye kya chal rha he 😂😂😂😂

  • @Prince-hy9ng
    @Prince-hy9ng 7 หลายเดือนก่อน

    Or kitni videos ke baad js ke topics khtm honge bhaiya?

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

      Bhai ES6 to baaki hai like async await , promise

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

    $(document).on('click', '.dynamic-link', function() {
    // Your custom event handling logic here
    console.log('Element clicked!');
    });

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

    // Create the new element
    var li = document.createElement('li');
    li.className = 'dynamic-link'; // Add a class name if needed
    li.innerHTML = 'Your dynamic content'; // Set the text inside the
    // Append the element to an existing parent (e.g., an with id="links")
    document.getElementById('links').appendChild(li);
    // Attach the event handler
    li.onclick = function () {
    // Your custom event handling logic here
    console.log('Element clicked!');
    };

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

    thank you bhaiya

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

    thankYou Bhaiya

  • @Shifa-e3o
    @Shifa-e3o 4 หลายเดือนก่อน +1

    good

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

    Bhaiya kab tak ye web development ka course complete ho jayega.....

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

    understood++

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

    thank you bhaiya