Attaching pjax to links created at runtime? #88
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It seems that if I try to create a new link on the page, PJax won't work over those links and a full page reload happens instead.
Is there a way to bind PJax to links created at runtime?
As a workaround for this, I'm manually binding the pjax
attachLinkfunction to any links created at runtime:pjaxInstance.refresh()should do it