load jQuery-Templates from external file?

后端 未结 3 1189
滥情空心
滥情空心 2020-12-14 02:08

I just started using jQuery\'s template engine. Which looks quite nice so far. Yet i wonder if it\'s possible to load templates from an external file somehow. Imagine having

3条回答
  •  离开以前
    2020-12-14 02:16

    I recently wrote a javascript library to assist with this:

    https://www.github.com/stevenmhunt/tmpl.loader

    You can add jsRender or any other kind of template files using the tag and they automatically register.

提交回复
热议问题