Closed JonDum closed 10 years ago
I found that pjax wasn't even initializing if pjax.connect() was called in a .ready()-like function because it waits on a load event which might have been called way earlier.
pjax.connect()
.ready()
Ah, good catch. Will update with your changes :)
I found that pjax wasn't even initializing if
pjax.connect()
was called in a.ready()
-like function because it waits on a load event which might have been called way earlier.