scrollTo work only first time #197
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?
After first click page srolls to top
Second click don't scroll top
http://pjax.awa.pp.ua/catalog/Transljacionnye-usiliteli-mo%C5%A1%C4%8Dnosti

scroll down and click paging 2 times
That page doesn't load for me.
Its impossible, url opens
Can you check on local server scrollTo for links in case links reloaded with pjax?
Any alive?
When you click on one of the page numbers, Pjax run its handlers and afterwards a jQuery handler runs and makes the same request, which replaces the links and the Pjax handlers. You can check in devtools and see how after you click one of the links, the exact same request is made by Pjax and then jQuery, and then the Pjax attributes and handlers disappear. I can't spend hours debugging your site, bit it does not appear to be an issue with Pjax.
Like I mentioned before, this is a complex site, using jQuery and multiple instances of Pjax. This isn't really the use case Pjax was designed for, and I strongly suggest you use a library like Vue instead.
Thanks for idea about jquery, I fixed this issue
But what about idea about #195
Not sure if problem with jquery