-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Javascript in Post/Loaded Page will not be performed #718
Comments
Thanks for reporting this issue. I believe the problem may be |
Hello, do you have some news for me? |
I have same problem. Any news from this? |
The same problem here, in my case I need to load Google ads along with the content, but the script tags loaded are empty, like so:
I've already checked and the content is retrieved ok, so I guess it has something to do with the append process. EDIT: I found out that the library doesn't support actual script tag content, but it does support attributes, so a possible solution would be to extract it to a .js file. In my case this isn't possible so any other suggestions are appreciated. Asur |
I'm also facing this problem, any news about this? |
Any Updates on this? I have the same problem. |
Me too ... Any workaround? |
Any updates? |
🎉 v3.0.4 has been released with a patch added for executing the inline code in scripts. Now, Infinite Scroll will execute JS code that's like: <script>
console.log('hello page 2!')
</script> Please update! |
Hi, Now keep the scripts, but in my case not execute external scripts as for example modal popup inside new elements scrolled |
@sechix Do you have a live URL I can take a look at? See Submitting Issues in the contributing guidelines. |
I'm closing this issue as resolved. Please open a new issue if this issue pops up again. |
This Code will not be loaded in a infinite scroll loaded Page or Post:
Have anyone a Solution for this?
Regards,
Danny
The text was updated successfully, but these errors were encountered: