PJax 2 containers one page

I have tried to update 2 pjax containers on the same page.

I have given both containers separate IDs, the containers are not nested but one is above the other.

In my JS I call …




$.pjax.reload



Twice, one for each ID.

But only 1 container updates and not both of them?

Any ideas why?