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

if # is before ?, it won't parse ? prameter #52

Closed
dotku opened this issue Oct 25, 2016 · 1 comment
Closed

if # is before ?, it won't parse ? prameter #52

dotku opened this issue Oct 25, 2016 · 1 comment

Comments

@dotku
Copy link

dotku commented Oct 25, 2016

eg. url#/page1.html?param1=value1

url('?param1'); //undefined
url('#page1.html?param1') // value1

@websanova
Copy link
Owner

it's not designed for hashbang url's. You need to parse it on your own.

url('?param1', url('hash'));

On Wed, Oct 26, 2016 at 6:36 AM, Weijing Jay Lin notifications@github.com
wrote:

eg. url#/page1.html?param1=value1

url('?param1'); //undefined
url('#page1.html?param1') // value1


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#52, or mute the thread
https://github.com/notifications/unsubscribe-auth/ABkcywxEL7YeiWp2ZGqXGtd7QgYi1YZFks5q3pKUgaJpZM4Kgmj7
.

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