gpt4 book ai didi

javascript - 在 jquery 中使用选项卡

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

我在 jquery ui 中使用选项卡控件。我使用以下代码根据某种逻辑动态添加新选项卡:

$("#div_Tabs").tabs("add", "/Game/PlayGame?matchID=" + result.MatchID, "Play with " + userName);

我的问题是,当用户离开新创建的选项卡时,该选项卡的内容会丢失,而当他再次选择该选项卡时,所有内容都会重新加载。我想知道是否可以避免这种重新加载。我只想在创建新选项卡时加载该内容一次。如果无法做到这一点,我还有哪些其他选择?提前致谢。

最佳答案

如何将“缓存”属性设置为 TRUE?根据文档:

Whether or not to cache remote tabs content, e.g. load only once or with every click. Cached content is being lazy loaded, e.g once and only once for the first click. Note that to prevent the actual Ajax requests from being cached by the browser you need to provide an extra cache: false flag to ajaxOptions

该选项卡将具有您只描述过一次的行为。

关于javascript - 在 jquery 中使用选项卡,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4863984/

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