Refresh/ Reload the content of a div using JQuery

Поделиться
HTML-код
  • Опубликовано: 4 ноя 2024

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

  • @bmizzle010
    @bmizzle010 3 года назад

    Thanks, you explained it perfectly.. didn't realize it was this simple!

  • @funnyvideos.comlaughoutyou9133
    @funnyvideos.comlaughoutyou9133 2 года назад

    Wow, thanks for the video, it's very beautiful and helpful, I love you so much gal, u r my savior 😀

  • @getfreemusik
    @getfreemusik 7 месяцев назад

    Zabardast

  • @FCD303
    @FCD303 6 месяцев назад

    I have done this using vanilla javascript and PHP but my problem is that the scripts from old contents are affecting newly loaded scripts? like existing object event listener on old scripts etc is there a workaround for that?

  • @gefranviana4742
    @gefranviana4742 2 года назад +1

    *Muito obrigado você salvou a minha vida, tava muitas horas tentando.*

  • @martiruda
    @martiruda Год назад

    thanks SO FRIGGING MUCH!

  • @Touhid54
    @Touhid54 5 месяцев назад

    Supper.

  • @-MrHow-
    @-MrHow- 2 года назад

    Can i do it to refresh select statement
    One page not 2 page like the video

  • @Starmanfansunofficial
    @Starmanfansunofficial 2 месяца назад

    ❤❤

  • @thechoosen4240
    @thechoosen4240 2 года назад +1

    Good job bro, JESUS IS COMING BACK VERY SOON;PREPARE

  • @LalitThapa-qv8vm
    @LalitThapa-qv8vm Год назад

    Thanks for helping

    • @dr-mnizam
      @dr-mnizam Год назад

      Here is the video using google sheet: ruclips.net/video/CACsMxHalaI/видео.html

  • @aashutoshyadav2118
    @aashutoshyadav2118 3 года назад

    Nice 👍

  • @alientec258
    @alientec258 3 года назад

    thank you very nice tut

  • @c.l5378
    @c.l5378 2 года назад

    What if there's session active in load data pge is still work or getting logout automatically?

  • @grossibp
    @grossibp Год назад +1

    If you use it like this it creates the whole element once agian inside of itself. You can see it even on the video. This is wrong.

    • @martiruda
      @martiruda Год назад

      how do you solve it?

    • @elefantefresa1059
      @elefantefresa1059 5 месяцев назад

      ​@@martiruda
      Change the div above the refresh-section instead, so for example:

      $('#holder).load(location.href + " #refresh-section");
      this should fix the issue. the problem is you are updating the section into the same section, thereby duplicating the element. you need to update it into the section above.

  • @SteveSmith-vi6jb
    @SteveSmith-vi6jb 2 года назад

    Thanks

  • @AmanAli-il9kj
    @AmanAli-il9kj 2 года назад

    Does this work if you use classes