添加 jquery 插件的正确方法是什么

发布于 2024-12-17 02:29:13 字数 397 浏览 0 评论 0原文

我正在使用 JBOSS 3.01、JSF 1.2 和 RichFaces 3。

添加 jquery 插件的正确方法是什么?

<a:loadScript src="/scripts/jquery.cookie.js"/>

或者

<script type="text/javascript" src="/scripts/jquery.cookie.js"></script>

我得到 jQuery.cookie 不是一个函数 [中断此错误] if(jQuery.cookie("cssswitch")) { 当我尝试使用 a:loadScript 时。我们的命名空间是 a: 而不是 a4j:

I am using JBOSS 3.01 and JSF 1.2 and RichFaces 3.

What is the proper way to add a jquery plugin?

<a:loadScript src="/scripts/jquery.cookie.js"/>

or

<script type="text/javascript" src="/scripts/jquery.cookie.js"></script>

I get
jQuery.cookie is not a function
[Break On This Error] if(jQuery.cookie("cssswitch")) {
When I try to use the a:loadScript. Our namespace is a: instead of a4j:

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

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

发布评论

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

评论(1

如果没结果 2024-12-24 02:29:13

这个:

<script type="text/javascript" src="/scripts/jquery.cookie.js"></script>

它是一个基本的 html 元素,不需要其他解释器。

this one :

<script type="text/javascript" src="/scripts/jquery.cookie.js"></script>

ite a basic html element which doesn't need other interpreter .

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