loadUrl() not change url and some error #152
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.jsthis my script
if i comment
//options.requestOptions.timeout = this.options.timeoutinline 154 page is load but url not change.how to fix this.
Thanks.
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 buildis this can support submit/upload image
enctype="multipart/form-data"?Thanks you.
Great. We hope to release v0.2.6 soon, which will include this fix.
Right now, no, but it's the next thing on my to do list. See #132.