Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
页面中充满横幅的右侧面板需要在左侧面板之前或并排加载。问题是左侧面板充满了数据,加载需要很长时间,因此右侧面板在左侧面板加载完成之前永远不会出现。有人可以告诉我如何首先或并排加载右侧面板吗?
您可以使用 jQuery load() 函数并将面板放在外部 aspx 文件中:
http://api.jquery.com/load
这种技术将在大约同时加载面板。
我假设您的面板中没有任何服务器端事件处理...