JavaScript Sticky Header Tutorial in Hindi / Urdu

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ก.ย. 2024
  • In this tutorial you will learn how to make sticky header with JavaScript in Hindi, Urdu.You can learn how to make a any div or menu bar in your website fixed while scrolling the page with JavaScript.
    ✅ JavaScript Sticky Header Code
    www.yahoobaba....
    ✅ Advance JavaScript Tutorial in Hindi Playlist
    • Advance JavaScript Tut...
    ✅ JavaScript Tutorial for Beginners Playlist
    • 🏆 JavaScript Tutorial ...
    ✅ Official Website
    www.yahoobaba.net/
    ✅ Follow us on Facebook
    / yahooobaba
    ✅ Follow us on Twitter
    / yahooobaba
    ✅ Follow us on Instagram
    / yahoo_baba
    #javascript #webdevelopment #webdesign #yahoobaba

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

  • @shubhamghodake5206
    @shubhamghodake5206 ปีที่แล้ว +4

    Sir React Js pr bhi series banao..plzzz

  • @samiagee1570
    @samiagee1570 ปีที่แล้ว

    @yahoobaba you are my first coding teacher i learn lot of skills from you sir thank you so much😊😊🎉

    • @YahooBaba
      @YahooBaba  ปีที่แล้ว

      Your welcome :)

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

    thank you so much it was helpful !

  • @zeeshan4831
    @zeeshan4831 ปีที่แล้ว

    Bohot acha tutorial as always simple and easy

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

    thankyou sir for this video

  • @user-ye3kl8id5q
    @user-ye3kl8id5q 7 หลายเดือนก่อน

    Thank you so much sir

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

      Most welcome

  • @hbz8767
    @hbz8767 ปีที่แล้ว +1

    React js prha dein sir agar ap dobara form m agay hai ti

  • @airobotuniverse
    @airobotuniverse ปีที่แล้ว

    Hello sir i'm from pakistan i'm handicap i like your videos please sir, i request you. please create more javascript project videos. will you create videos? Thanks

  • @Robenhood.
    @Robenhood. ปีที่แล้ว +1

    @Yahoo Baba sir i requesting Python video tutorials from you. I have been following your work for the past one and a half years, and I have been eagerly waiting for you to release Python video tutorials. As a budding programmer, I believe that Python is an essential language to learn, and I am sure your tutorials would be of great help to me.
    Your expertise in the field of programming is widely recognized, and I believe that your Python tutorials would be invaluable to me and to many other aspiring programmers. I am eager to learn from your experience, and I would be grateful if you could share your knowledge with me through your video tutorials.
    I understand that you have a busy schedule, but I would greatly appreciate it if you could find the time to create Python video tutorials. Your tutorials would be a great resource for many individuals like me who are eager to learn and improve their programming skills

    • @YahooBaba
      @YahooBaba  ปีที่แล้ว +1

      Python Course is coming soon.

    • @Robenhood.
      @Robenhood. ปีที่แล้ว

      When sir please say any date to come your first python lecture

  • @shajadulshadin
    @shajadulshadin ปีที่แล้ว +2

    Sir! Almost 3 years ago I Asked you a question in comment box about php socket program and you had replied me that you have plan to make videos on it. So how about the plan right now 😁??

  • @ভোমরা
    @ভোমরা ปีที่แล้ว

    Wow thanks sir❤

  • @RahulDwivedi-m2d
    @RahulDwivedi-m2d ปีที่แล้ว

    sir, php se mail send krne ka vedio daliye,,,jisme user ka registration email pr varify krwa ske....plz

  • @ভোমরা
    @ভোমরা ปีที่แล้ว +1

    wow❤

  • @timemachine5768
    @timemachine5768 ปีที่แล้ว +1

    sir please start teaching python.

  • @orbitxyz7867
    @orbitxyz7867 ปีที่แล้ว +2

    JavaScript regular expression par video sir

    • @YahooBaba
      @YahooBaba  ปีที่แล้ว +2

      Already noted that....

    • @orbitxyz7867
      @orbitxyz7867 ปีที่แล้ว

      @@YahooBaba thanks sir

  • @ajaykr6253
    @ajaykr6253 ปีที่แล้ว

    Brother i love your content so much ❤❤
    But merko ek baat puchni thi brother hum 3,4 saal puran JS aur JQUERY wala tutorials dekhe sakte hai?

    • @YahooBaba
      @YahooBaba  ปีที่แล้ว +2

      Javascript and jQuery 4 saal purana video hai toh koi farak nahi padta...beshak 10 old bhi ho. Old properties or methods mein koi bhi change nahin hua hai.

  • @nayeemhossain770
    @nayeemhossain770 ปีที่แล้ว +1

    We want React js series on your TH-cam Channel.
    Please sir.
    And we also see you.🙂

    • @L1CBot
      @L1CBot ปีที่แล้ว

      I want full MERN

  • @ArifMatubber-km4nv
    @ArifMatubber-km4nv ปีที่แล้ว

    awesome

  • @Hassanakora
    @Hassanakora ปีที่แล้ว

    Create videos on php and JavaScript project in wordpress.

  • @asjadnaveed4674
    @asjadnaveed4674 ปีที่แล้ว

    Sir laravel pr video series bnaein...

    • @YahooBaba
      @YahooBaba  ปีที่แล้ว +1

      coming soon

    • @asjadnaveed4674
      @asjadnaveed4674 ปีที่แล้ว

      @@YahooBaba eagerly waiting for this series...

  • @devanshchauhan8668
    @devanshchauhan8668 ปีที่แล้ว

    // It is not working whenever i resize my page.
    // i am also updating offset using resize()
    const navbar = document.querySelector('#header');
    let navbarOffset = navbar.offsetTop;
    window.addEventListener('scroll' , (e) => {
    if(window.pageYOffset >= navbarOffset ){
    navbar.classList.add('fixed');
    }
    else{
    navbar.classList.remove('fixed')
    }
    })
    window.addEventListener('resize' , ()=> {
    navbarOffset = navbar.offsetTop
    });

  • @musicvideochannel1081
    @musicvideochannel1081 ปีที่แล้ว

    I am first viewer❤

  • @shahmaarbaba
    @shahmaarbaba ปีที่แล้ว

    can u please help me out this
    i want make a project of PDO
    like a simple insert and fetch table
    insert table -
    Sr. Customer Name Product Name Amount
    1 XYZ Fruits 80
    2 XYZ Snaks 30
    3 ABC Cold Drink 60
    4 ABC Sweets 120
    5 XYZ Fruit 20
    6 ABC snaks 20
    Fetch table -
    Sr. Customer Name Fruits Snaks Cold Drink Sweets Amount
    1 XYZ 100 30 0 0 130
    2 ABC 0 20 60 120 200
    i want this type of fetch data on my table
    i fetch the customer name data with help of group_by
    but i'm not found any solution for how to separate product data like my fetch table
    please help me 🙏