Closed w5s3l0 closed 8 years ago
The default timeout of 650ms likely wasn't enough for your server to reply, so you had to increase it. This is expected behavior and not a bug of pjax. That's why the configuration option is for!
Thanks for letting people know of the workaround, though.
$(document).pjax('a', '#pjax-container') not working the code must contain timeout option ,like : $(document).pjax('a', '#pjax-container',{timeout:10000})