Google JS API 是否会与 JQuery 或 Mootools 发生冲突?
在开始大型开发项目时做出假设可能会花费我很多时间。
是否有任何理由害怕将 JQuery 或 Mootools(最新版本)与 Google JS API 结合起来?
Making assumptions while starting a big development project can cost me much time later.
Is there any reason to be afraid from combining either JQuery or Mootools (latest releases) with the Google JS APIs?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Google JS API 与 JQuery 完全兼容。我使用这两种方法开发了一些项目。
Google JS API fully compatible with JQuery. I've developed few projects using both.
没什么好害怕的。没有一个 google js 库使用第三方库(Google 经常被指责为 NIH 综合症)。例如,尽管 google 闭包库在功能上与 mootools 和 jquery 相交,但您仍然可以将闭包库与 jquery 或 mootools 一起使用而不会出现任何问题。
There is nothing to afraid. None of google js libraries are using 3rd party libraries (Google often blamed for NIH syndrome). Even though, for instance, functionally google closure library intersects with mootools and jquery, you still can use closure library along with jquery or mootools without any issues.