jquery mobile redirecttoaction URL address not updated

Source: Internet
Author: User

Developing mobile Web sites with ASP. NET MVC and jquery Mobile

A POST request is initiated, processed in the first action, and returned to the view when the redirecttoaction jumps to the other action to continue processing, when the address on the URL is the first action, a simple workaround, disables jquery Features of the Mobile Ajax loading page

   <script src= "Http://code.jquery.com/jquery-1.11.1.min.js" ></script>        <script type= "text/ JavaScript >            $ (document). Bind (function  () {                //disable Ajax Nav                 false;            });      </script>    <script src= "Http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js" ></ Script>

It is important to note that this code will be loaded before the jquery mobile is referenced, otherwise invalid

Introduced:

http://www.danschnau.com/redirects-with-asp-net-mvc-and-jquery-mobile/

Other treatment methods (not very clear):

Http://stackoverflow.com/questions/7824243/jquery-mobile-mvc-getting-the-browser-url-to-change-with-redirecttoaction

jquery mobile redirecttoaction URL address not updated

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.