-
Notifications
You must be signed in to change notification settings - Fork 69
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
URI parameters are striped out when using new pagebeforechange event #74
Comments
Hi, I'm pushing the fix on the git in a few hours as soon as I've finished testing a small feature, but I'll attach the patch here 'cause it's really trivial:
I've just added the |
… defaultArgsRe) to automatically append an argument-catcher regexp to the end of the routes. Issue #74 was also fixed.
now how does one refresh the page? $.mobile.changePage(hash, { how can I re-call the eventhandler to reload the page? |
can't understand the use case. If that were the case, pagebeforechange is still triggered, although the same-page transition does not happen. |
Well, if you want to trigger the event without use of a hyperlink but pragmatically based on some logic or user's interaction, that's why jQuery Mobile has $.mobile.changePage(). For instance pull to refresh. never mind I think i solved it if I do this to pragmatically refresh the page |
Parameters are striped out when using new special pagebeforechange event.
jQueryMobile-router v20130504
jquery.mobile-1.3.1
works fine on jQueryMobile-router v20130416
none-ajaxApp, multipage-template
The text was updated successfully, but these errors were encountered: