Это видео недоступно.
Сожалеем об этом.

Show & Hide Password Using Bootstrap 4 & jQuery

Поделиться
HTML-код
  • Опубликовано: 18 фев 2019
  • Hello friends! In this video I'm showing you how to create a simple form with password field using Bootstrap 4 and then I'm showing you how to display and hide the password on icon click.
    #showHidePasswordJquery
    #displayHidePasswordBootstarpJquery
    If you like my works and my video tutorials then you can donate me some amount. You can donate through these links :
    Paypal : www.paypal.me/...
    Instamojo (Credit/Debit Card & UPI) : www.instamojo....
    Thanks for watching this video. If you like this video then hit like button, share this video, And Subscribe my Channel. Also like my Facebook page for latest updates.
    ♥ Facebook Page - / dcodemania
    ♥ Myself On FB - / sahil4rock
    ♥ Instagram - / sahil4rock
    ♥ Twitter - / dcodemania

Комментарии • 16

  • @sexylily80
    @sexylily80 5 лет назад +1

    You are an expert. I subscribe to learn more. Thanks and keep making useful web design videos.

  • @kamsyd13
    @kamsyd13 3 года назад +1

    thank u so much
    keep up with your good work!

  • @MuhammadAdnan-gx6rd
    @MuhammadAdnan-gx6rd 5 лет назад +1

    Great v well

  • @daira4328
    @daira4328 4 года назад +1

    Thankss!

  • @iamsourin
    @iamsourin 5 лет назад +1

    thanks for making this video...Sir can you please make dynamic pagination using bs4,PHP & ajax in future?

    • @DCodeMania
      @DCodeMania  5 лет назад

      Okay I'll upload pagination tutorial in upcoming videos...!!!

  • @c4rp3v1num
    @c4rp3v1num 8 месяцев назад

    Sadly this didn't work for me, and I inserted the code exactly as shown in the video. The icon didn't change, and the password didn't show.

  • @kumaresha3348
    @kumaresha3348 5 лет назад +1

    Hello Bro, i need help with this, i am using "fa-eye" as toggleClass and "fas fa-eye-slash" class icon. I am not getting desired result. When slash is shown, password should not show and vice-versa.

    • @DCodeMania
      @DCodeMania  5 лет назад

      Just do as I've done in video bro!!

    • @kumaresha3348
      @kumaresha3348 5 лет назад

      Show/Hide Password Using BS4 &jQuery







      Show/Hide Password Using BS4 &jQuery





























      $(document).ready(function(){
      $("#icon-click").click(function(){
      $("#icon").toggleClass('fa-eye-slash');
      var input = $("#passw");
      if(input.attr("type") == "text")
      {
      input.attr("type","password");
      }
      else
      {
      input.attr("type","text");
      }
      });
      });

  • @MuhammadAdnan-gx6rd
    @MuhammadAdnan-gx6rd 5 лет назад +1

    Quize with countdown ...... With show right wrong answer. ..

  • @iamsourin
    @iamsourin 5 лет назад +1

    Sir If I have two password field then what we have to do ?

    • @DCodeMania
      @DCodeMania  5 лет назад

      You can use id in another password field and do the same in jquery

  • @MuhammadAdnan-gx6rd
    @MuhammadAdnan-gx6rd 5 лет назад +1

    Bro recover password with 6 digit code like Gmail and fb. ..mm next time okayyyy