防止JqueryMobile SimpleDialog缓存

时间:2012-05-18 14:17:13

标签: jquery-mobile

接头:

    <link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css" />
    <link rel="stylesheet" href="my.css" />
        <link rel="stylesheet" type="text/css" href="http://dev.jtsage.com/cdn/simpledialog/latest/jquery.mobile.simpledialog.min.css" /> 

    <style>
        /* App custom styles */
    </style>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js">
    </script>
    <script src="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js">
    </script>
        <script type="text/javascript" src="http://dev.jtsage.com/cdn/simpledialog/latest/jquery.mobile.simpledialog.min.js"></script><script>$.mobile.page.prototype.options.domCache = false;
$('.ui-page').live('pagehide',function(){ $(this).remove(); });</script>

当我使用时:

            $(document).delegate('#btnComment', 'click', function() {
                $(this).simpledialog({
                    'mode':'blank',
                    'prompt':false,
                    'forceInput':true,
                    'cleanOnClose' : true, //!important..doesnt work
                    'useModal':true,
                    'fullHTML': ''                  })
            });

我在fullHTML中添加的内容是缓存的。

当用户更改页面,并且我重新打开对话框时,内容不会更新,它仍然始终显示上一页中的旧内容。

我已尝试过无数的互联网上已有的建议。没有选择,或者我做错了什么。我真的会建议如何正确禁用缓存(我也使用php标头说没有缓存)或如何正确处理这个对话!!!!!!!!!!!!重新初始化它肯定会使一个新的没有? cleanOnClose ..甚至点击取消都无法解决问题,那就是使用close rel

                        +'<table style="width:100%"><tr><td style="width:50%"><a id="btnSubmitComment" rel="save" data-role="button" href="javascript:submitCommentForm();" id="simpleclose">Save</a></td><td style="width:50%">'
                        +'<a rel="close" data-role="button" href="#" id="simpleclose">Cancel</a></td></tr></table>'

这也没有帮助

;$(this).simpledialog('refresh');

1 个答案:

答案 0 :(得分:0)

$.mobile.showPageLoadingMsg();
window.location = uri;

<a data-ajax="false" href="javascript:gotouri('