Closed onemoreahmad closed 6 years ago
With the help of the answer here https://github.com/MoOx/pjax/issues/32#issuecomment-59639530
I managed to get it working by doing so :
pjax.options.requestOptions = {}
pjax.loadUrl('/', $.extend({}, pjax.options) )
Thanks.
Hi, I'm using this lib with webpack, and everything work just fine. But when I try to use loadUrl() I got an error.
I got this error
I don't know if this is a bug or I'm missing some thing. Thank you