Skip to content
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

Pjax doesn't work with links loaded with another children ajax elements after DOM #233

Open
stefan1214124 opened this issue Mar 5, 2021 · 0 comments

Comments

@stefan1214124
Copy link

Using ajax call I am loading new content to an existing empty div element which adds some links. These links should also work with pjax but they don't as I can see that the timestamp changes.

I tried to do this in the ajax success part but it's not working:

var newContent = document.querySelector(".new-content");
pjax.refresh(newContent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant