• [转]jquery mobile中redirect重定向问题


    本文转自: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>
  • 相关阅读:
    事务,视图,索引
    SQL 编辑
    相关子查询
    4
    3
    2
    1
    BaseEditor
    EDCheckPrefabRef
    UIUseImgWindow
  • 原文地址:https://www.cnblogs.com/shw0099/p/6237046.html
Copyright © 2020-2023  润新知