You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: