基础-交换-不是html

Foundation - Interchange - other than html

本文关键字:html 不是 交换 基础      更新时间:2023-09-26

我正在使用Foundation Interchange将内容动态加载到我的页面中。它适用于html文件。但是:如何使用它来加载其他文件格式,具体来说就是.tpl

这很好:

<div data-interchange="[{link file='frontend/index/sliderSMALL.html'}, (small)], [{link file='frontend/index/sliderBIG.html'}, (medium)]">
</div>

这不起作用(tpl而不是html):

<div data-interchange="[{link file='frontend/index/sliderSMALL.tpl'}, (small)], [{link file='frontend/index/sliderBIG.tpl'}, (medium)]">
</div>

只是什么都没发生。没有加载tpl文件。有人有主意吗?

您可以使用lazySizes include插件。

Interchange是为处理HTML部分和图像扩展而设计的。不要认为它是为了做TPL而设立的。