如何加载所有选项卡
我使用 jquery-ui-tabs。如果打开了多个选项卡,则仅加载选定的选项卡,其他选项卡在我选择它们时加载。难道你不能说,有什么方法可以加载所有选项卡吗?
(抱歉我的英语)
I use jquery-ui-tabs. If there several tabs opened, loads only selected tab, others loads when I select them. Couldn't you say, is there any method to load all of tabs?
(Sorry fo my English)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您没有 SEO 要求,您可以在所有这些选项卡中使用 iframe 而不是 ajax 加载。
如果您无法使用 iFrame,您可以首先在页面加载时使用 ajax 加载页面的所有内容,然后在选项卡内使用它们:D
If you don't have SEO requirements you can use iframe instead of ajax loading in all those tabs.
If you cannot use iFrame you can first of all load all the contenents of the pages with ajax when the page loads, then use them inside the tabs :D