Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are urls like this "#category/:id/items" possible? #84

Open
fernandopg opened this issue Sep 4, 2014 · 1 comment
Open

Are urls like this "#category/:id/items" possible? #84

fernandopg opened this issue Sep 4, 2014 · 1 comment

Comments

@fernandopg
Copy link

Hi, I had read the doc and didn't find if you can make urls like this:

"#category/:id/items"

where you can specify inside the url params and extract them in the handler!

Thanks a lot!

@fernandopg fernandopg changed the title Does urls like this "#category/:id/items" possible? Are urls like this "#category/:id/items" possible? Sep 4, 2014
@azicchetti
Copy link
Owner

Hi,
unfortunately, backbone-style urls are not supported by jquery mobile.
In fact, it goes crazy whenever it sees a slash in the hash part of the url, because it thinks it is a remote ajax url.

Things may change in future versions of the framework.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants