jTemplate 中的文本区域在 Chrome 中不起作用
我有一个模板,其中包含模板内的文本区域。在 IE、Firefox 浏览器中,它工作正常,但在 Chrome 中却不起作用。如果我删除模板内的文本区域,那么它也可以在 Chrome 中工作。有人可以帮助我吗?
I have a template which consists textarea inside template. In IE, Firefox browsers, it is working fine but in Chrome it is not working. If I remove textarea inside the template, then it's working in Chrome as well. Can any one help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
现在 Firefox 4 中也出现了完全相同的问题。
解决方案是从外部文件加载模板。
test_tmpl.txt 例如
使用 jTemplates 0.7.8、jQ 1.4.2 进行测试
Exactly the same problem occurs now in Firefox 4.
Solution is to load template from external file.
test_tmpl.txt e.g.
Tested with jTemplates 0.7.8, jQ 1.4.2
偶然发现了同样的问题。当前的解决方案(在 JTemplate 更改日志中找到)是使用 CDATA 方式来设计模板
Stumbled upon the same problem. Current solution (found in JTemplate changelog) is to use CDATA way to style your templates
我找到了解决这个问题的方法。您可以使用以下结构在 jtemplate 中添加“转义”textarea 标记:
I've found a workaround for this problem. You can kind of "escape" textarea tag in your jtemplate with following construction: