Grails 1.2.5/AJAX:如何强制使用 jQuery 而不是 Prototype?
如果我写过一个
${remoteFunction(...)}
库原型,就会使用 - 但我们不喜欢使用原型,我们喜欢使用 jQuery!
我如何强制使用 jQuery 使用 ajax? RemoteFunction 中是否实际实现了 jQuery 的使用?
if i ever write an
${remoteFunction(...)}
the library prototype is used - but we dont like to use prototype, we like to use jQuery!
How can i force to use ajax using jQuery? Is the use of jQuery acutally implemented in remoteFunction?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于 1.4 之前的 Grails 版本,请参阅此
从 v1.4M1 开始,Grails 默认使用 jQuery。
For Grails version prior to 1.4 see this
From v1.4M1 Grails uses by default jQuery.