Response title
This is preview!
I redirect current page to same page with a different query string.
Examle :
my source page : url/somepage?id=5
my destination page : url/somepage?id=7
$.mobile.changePage("@Url.Action("Mails", "Workspace")" + "?ContextID="+$("#select-choice-1").attr("value")
First redirect is successful , but nothing change in second attempt.
What is the problem?
© 2013 jQuery Foundation
Sponsored by and others.