Jquery mobile 防止JqueryMobile SimpleDialog缓存

Jquery mobile 防止JqueryMobile SimpleDialog缓存,jquery-mobile,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/simpled

标题:

    <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>
我在fullHTML中输入的内容都是缓存的

当用户更改页面,我重新打开对话框时,内容没有更新,它始终显示上一页的旧内容

我尝试了无数的建议,这些建议已经在互联网上发布了。别无选择,否则我做错了什么。我真的很想就如何正确禁用缓存(我也使用php标题说没有缓存)或如何正确处理此对话框提出一些建议!!!!!!!!!!!!重新初始化它肯定会导致一个新的没有??干净的。。即使单击“取消”也不能解决问题,这是使用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>'
$.mobile.showPageLoadingMsg();
window.location=uri;

Chris-这可能晚了一个月左右,但我确实推出了一个新版本(奇怪的是,名为SimpleDialog2)-它修复了“fullHTML”的许多重大问题
                        +'<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');
$.mobile.showPageLoadingMsg();
window.location = uri;

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