本文转自:http://www.cnblogs.com/freeliver54/p/3529813.html

在jquerymobile提交后如果要进行网页重定向时,一定要在form或<a>标签中使用data-ajax="false",否则不能实现重定向问题。

如:<a href="#pageTweetDetail"
      data-transition="flip"
      data-role="button"
      data-icon="delete"
      data-ajax="false"
      class="ui-btn-right">删除</a>
 
<form action="save.do" method="post"data-ajax="false">
。。。。
</form>

相关文章:

  • 2022-12-23
  • 2021-10-17
  • 2021-12-14
  • 2022-12-23
  • 2022-12-23
  • 2021-07-24
猜你喜欢
  • 2021-12-09
  • 2022-12-23
  • 2022-01-14
  • 2021-08-27
  • 2021-10-17
  • 2021-08-05
  • 2022-12-23
相关资源
相似解决方案