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?
@@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.
Thanks, you explained it perfectly.. didn't realize it was this simple!
Wow, thanks for the video, it's very beautiful and helpful, I love you so much gal, u r my savior 😀
Zabardast
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?
*Muito obrigado você salvou a minha vida, tava muitas horas tentando.*
thanks SO FRIGGING MUCH!
Supper.
Can i do it to refresh select statement
One page not 2 page like the video
❤❤
Good job bro, JESUS IS COMING BACK VERY SOON;PREPARE
Thanks for helping
Here is the video using google sheet: ruclips.net/video/CACsMxHalaI/видео.html
Nice 👍
thank you very nice tut
What if there's session active in load data pge is still work or getting logout automatically?
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.
how do you solve it?
@@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.
Thanks
Does this work if you use classes
Yes