javascript
  • ajax
  • zurb-foundation
  • foundation-interchange
  • 2015-02-09 53 views 0 likes 
    0

    我使用Foundation Interchange將內容動態加載到我的頁面。它對html文件非常有用。 但是:如何使用它來加載其他文件格式,具體是.tpl在我的情況。基金會 - 互換交易 - 非html

    這工作得很好:

    <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文件沒有被加載。 任何人的想法?

    回答

    0

    您可以改用lazySizes include plugin

    0

    Interchange設計用於處理HTML部分和圖像擴展。不要以爲它是用來做TPL的。

    相關問題