将 jQuery 与 richfaces 集成是否明智?接缝?

发布于 2024-12-05 12:42:20 字数 75 浏览 1 评论 0原文

是否建议将 jQuery 与 richfaces + SEAM 集成?或者使用 richfaces 处理 jQuery 的东西就足够了。

Is it advisable to integrate jQuery with richfaces + SEAM ? or it is enough to handle the jQuery stuff using richfaces.

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

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

发布评论

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

评论(2

几味少女 2024-12-12 12:42:20

如果您已经有 jQuery 应用程序,并且想要使用一些 Richfaces 组件,请查看 我的博客,我在其中描述了如何集成它。

If you already have a jQuery application, and want to use some Richfaces components, have a look at my blog where I describe how you can integrate it.

女皇必胜 2024-12-12 12:42:20

RichFaces 随 jQuery 一起提供。使用内置 jQuery 是完全正确的。

您可以通过将以下内容添加到页面来加载内置 jQuery 库:

<a4j:loadScript src="resource:///org/richfaces/renderkit/html/scripts/jquery/jquery.js"/>

RichFaces is shipped with jQuery. Using that built-in jQuery is perfectly correct.

You can load that build-in jQuery library by adding the following to your page:

<a4j:loadScript src="resource:///org/richfaces/renderkit/html/scripts/jquery/jquery.js"/>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文