0
JavaScriptを使用してスクリプトテンプレートをインポートしたいのですが、このコードは機能しません。ありがとうございました。smartyを使用してJavaScriptでテンプレートファイルをインポートする
JS:
var tpl = {include file="myscript.tpl"};
$('.plus').html(tpl);
ERROR:あなたのJavascriptがliteral tag以内おそらく
Uncaught SyntaxError: Unexpected identifier in
var tpl = {include file="myscript.tpl"};
'tpl'は有効なjavascriptオブジェクトではありません。 'var tpl = {includeFile:" myscript.tpl "};' –
今私はエラーはありませんがテンプレートファイルはインポートされていません。 – CHARLI
いいえ、わかりません... JavaScriptライブラリではなく、[docs#template](http://www.smarty.net/docsv2/en/template.resources)を読んでください.tpl#templates.from.template.dir)? –