添加 jquery 插件的正确方法是什么
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个:
它是一个基本的 html 元素,不需要其他解释器。
this one :
ite a basic html element which doesn't need other interpreter .