如何在 ExpressionEngine 中嵌入 javascript/jquery 文件?

发布于 2024-11-13 11:53:38 字数 425 浏览 2 评论 0 原文

我需要在 ExpressionEngine 中嵌入 jquery 文件。

我已经在主站点模板组下创建了模板js。

我知道 css 嵌入了以下标签:

<link rel="stylesheet" href="{stylesheet=template_group/template}" type="text/css" media="screen" />

对于 css 它的 {stylesheet=template_group/template}

我想知道嵌入 js 文件的标签是什么

<script src=" [-->> ?? <<--] " type="text/javascript"></script>

I need to embed jquery files in ExpressionEngine.

I have created the template js under the main site template group.

I know that the css is embedding with the following tag:

<link rel="stylesheet" href="{stylesheet=template_group/template}" type="text/css" media="screen" />

for css its {stylesheet=template_group/template}

I want to know what is the tag for embedding js files

<script src=" [-->> ?? <<--] " type="text/javascript"></script>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

时光沙漏 2024-11-20 11:53:38

只需确保包含 javascript 的模板属于“JavaScript”类型,并使用标准路径语法链接它:

Just make sure that your template containing your javascript is of the "JavaScript" type, and link it using the standard path syntax:

<script src="{path="scripts/myscript"}" type="text/javascript"></script>

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文