I created a jQuery mobile
application using ASP.NET MVC
and in the jQuery mobile documentation it's mentioned that Ajax is enabled by default for page transitions on clicking a link or submitting the form.
- In my case, when I submit the form,
- I get a full page refresh and I don't see the spinning loader.
- I get a flash of blank page and then page gets loaded.
- My page is similar to a survey page where one question will be displayed with list of options to select and then click Next.
- When user clicks Next it submits form and fetches next question via controller. So I am not sure what I am missing.
Please advise
Thanks in advance