正如預期中的任何項目,我的主HTML文件的90%是由許多不同的模板,就像這樣:如何導入充滿Underscore模板的文件?
<script type="text/template" id="template-parametros">
<div id="parametros">
<h2>Parâmetros</h2>
<table id="tab-parametros">
<tr><td>Descrição</td><td>Tipo</td><td>Locale</td></tr>
</table>
<button id="parametros-ad">Adicionar</button>
</div>
</script>
我願意把他們在其他地方,所以UX人可以工作他們自己。將它們放在另一個文件中很容易,但是如何在稍後導入它們?我嘗試過,但瀏覽器嘗試,當然,失敗,將其解釋爲JavaScript代碼。 type =「text」也失敗。任何想法?
謝謝!
重複的? http://stackoverflow.com/questions/8366733/external-template-in-underscore | http://stackoverflow.com/questions/9834714/external-html-template-for-underscore-js-and-backbone-js | http://stackoverflow.com/questions/8594295/use-one-large-external-file-for-many-javascript-templates-with-backbone-js – fguillen 2012-08-16 07:57:00