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.
我在一个页面有几个模式的网站上使用 Bootstrap。
使用 Chrome 开发工具,我正在测试网络使用情况,并注意到模式视图中的图像在页面加载时被调用/预加载 - 我想这是有道理的,它们都在单个页面上的 div 中。
所以我的问题是有可能避免该 div 仅在单击特定模式的实际链接之前运行?
谢谢。
在按钮的单击事件处理程序中使用 $.get 或 $.load 来显示模式。
请注意,您通过此 ajax 技术加载的 HTML 数据必须位于正确的引导模式模板中。
在这里看到这个要点