falsandtru / pjax-api

The advanced PJAX superior to SPA.
https://falsandtru.github.io/pjax-api/
Apache License 2.0
318 stars 28 forks source link

How can I change url without anchors like $.pjax({url: '/path/file.html'}); ? #18

Closed igari closed 8 years ago

igari commented 8 years ago

$.pjax.click(url); is not good for my case.

The problem of my case is that focus of input is missing after transition.

falsandtru commented 8 years ago

This pjax supports $.pjax.click('url') syntax. And this pjax doesn't keep a focus because it is not standard behaviors. You need to focus on the input by yourself on the next page.

igari commented 8 years ago

Thank you for quick reply.

Okay. At this time, I use another plugin.

Thank you!