gpt4 book ai didi

internet-explorer - jquery ui 选项卡在 IE 中不刷新

转载 作者:行者123 更新时间:2023-11-30 23:47:09 25 4
gpt4 key购买 nike

您好,我有一个页面,上面有一些 jquery ui 选项卡,它们在 chrome 和 firefox 中工作正常,但在 IE(测试 9)中,当用户执行操作并且页面重新加载内容时,内容始终保持不变。
这可能是因为我使用 cookie 来记住用户在哪个选项卡上

<script>
$(function() {
$( "#tabs" ).tabs({
cookie: {
expires: 1
},
ajaxOptions: {
error: function( xhr, status, index, anchor ) {
$( anchor.hash ).html(
"Couldn't load this tab. We'll try to fix this as soon as possible.");
}
}
});
});
</script>

最佳答案

您是否尝试过设置 ajaxoptions?

$(document).ready(function(){
$("#tabs").tabs({
spinner: 'Loading...',
cache: false,
ajaxOptions: {cache: false}
});
});

关于internet-explorer - jquery ui 选项卡在 IE 中不刷新,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6616356/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com