ReferenceError:未定义JQOTE2_TMPL_EXEC_ERROR

时间:2012-10-17 07:09:27

标签: jqote

我正在为我的项目使用Jqote2。每当我尝试通过$ .jqote调用一个特定的lambda时,就会说" ReferenceError:JQOTE2_TMPL_EXEC_ERROR未定义"

对应于lambda的模板是声音,我传递给lambda的参数在逻辑上和语法上都是正确的。我正在加载模板时同步ajax调用,因此模板没有加载的可能性。

我正在使用的模板是

<div class="facet"><h4><%=decodeURI(this.attributes.label)%></h4>
    <%if("true"===decodeURI(this.attributes.autoExpand)){%>
        <ul style="display:block">
    <%}else{%>
        <ul style="display:none">
    <%}%>
    <%=window.createonline.service.FacetService.buildFacet(this.item)%>
</ul></div>

我试着移动元素,徒劳无功。

可能是什么错误? Plz帮助!!!

1 个答案:

答案 0 :(得分:0)

似乎这样没有答案。 现在,我的项目的规格已经改变,不再需要了。