将 jQuery 与 richfaces 集成是否明智?接缝?
是否建议将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您已经有 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.
RichFaces 随 jQuery 一起提供。使用内置 jQuery 是完全正确的。
您可以通过将以下内容添加到页面来加载内置 jQuery 库:
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: