|
|
|
|
|
by byroot
4716 days ago
|
|
> now you have the possibility to have to merge two different sources of query string Not really: if hashMode and queryStringInHash
parseQueryStringFromHash
else
parseRealQueryString
You don't have to merge. Just if you modify the query string and are in "hashMode" then just push the "real querystring" elements you parsed first into the "hashquery string". |
|
Not impossible by any means, but, as Jeremy points out, it involves subtle details :)