jQuery UI 选项卡:在呈现选项卡之前分散页面加载暂停的注意力
我想知道其他人是否对 jQuery UI 选项卡有这个问题。
http://jqueryui.com/demos/tabs/
我遇到的问题是当我的页面加载时,它会在短暂的几毫秒后呈现选项卡。我发现它非常分散注意力,因为它看起来对用户来说很刺耳。我有大约 5 个内容选项卡。
有什么技巧可以让它渲染得更快吗?或者我可以使用其他任何 jquery 插件来做得更好吗?
提前致谢 斯科特
I was wondering if others have this problem with jQuery UI Tabs.
http://jqueryui.com/demos/tabs/
The problem I have is when my page loads, it renders the tabs after a brief few milliseconds. I find it very distracting because it looks so jarring to users. I have about 5 tabs of content.
Any tips on making it render faster? Or else any other jquery plugins I can use to do it better?
Thanks in advance
Scott
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
发布评论
评论(3)
~没有更多了~
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
解决方案就在您链接到的页面上。
如何在选项卡初始化之前防止 FOUC(无样式内容闪烁)。
The solution is on the very page you linked to.
How to prevent a FOUC (Flash of Unstyled Content) before tabs are initialized.