我目前的问题是我的网页遭受了FOUC使用jQuery UI Accordion插件和javascript被加载到我的html-body-tag的末尾。当我在头部包含javascript时,一切都加载得很好。 html5boilerplate建议putting all the javascript at the end of the body-tag以避免页面加载缓慢。
在初始化手风琴之后,我还尝试display: none
手风琴和show()
文件就绪,但这也不令人满意。有什么想法吗?
答案 0 :(得分:2)
我确实遇到了问题。阅读那篇文章 - > http://www.learningjquery.com/2008/10/1-way-to-avoid-the-flash-of-unstyled-content帮了很多忙。