Closed hanzzame closed 6 years ago
This is a duplicate of #127.
This has been fixed and will be released with v0.2.6. Until then, you can use the workaround mentioned in #127.
Regarding the URL not changing, does the new page load?
yes new page is load, only url not change.
Can you try with the latest version from Github? Clone the repo, and run npm run build
.
Hallo,
this problem solved thanks for your support
i follow instruction in #127 and npm run build
is this can support submit/upload image enctype="multipart/form-data"
?
Thanks you.
this problem solved thanks for your support i follow instruction in #127 and npm run build
Great. We hope to release v0.2.6 soon, which will include this fix.
is this can support submit/upload image enctype="multipart/form-data"?
Right now, no, but it's the next thing on my to do list. See #132.
i have a problem using loadurl() if i use
pjax.loadUrl("/your-url");
i have a errortypeError: options is undefined on line 154:5 pjax.js
this my scriptif i comment
//options.requestOptions.timeout = this.options.timeout
inline 154 page is load but url not change.how to fix this. Thanks.