如何在palm mojo中使用jquery?
我该如何才能在我的 palm mojo 应用程序中使用 jquery?
How do I do to be able to use jquery in my palm mojo application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我该如何才能在我的 palm mojo 应用程序中使用 jquery?
How do I do to be able to use jquery in my palm mojo application?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
查看这个问题,尤其是评论。
编辑回应评论:
我不了解Palm开发,所以我无法详细帮助你。然而,Mojo 是基于 Prototype 的。 Prototype 和 JQuery 崩溃是因为它们具有相同的函数名称。这就是 noConflict 插件的用武之地。您可以阅读它 此处并在此处获取它。这就是我能告诉你的全部内容——也许其他人可以引导你一步步完成这个过程。
Check out this question, especially the comments.
Edit in response to the comments:
I don't know about Palm development so I can't help you out in detail. Mojo however is based on Prototype. Prototype and JQuery crash because they have identical function names. That's where the noConflict plugin comes in. You can read up on it here and get it here. That's about all I can tell you about it - maybe somebody else can take you through the process step by step.
例如,
jQuery('div#idOfSomething').hide();
E.g.,
jQuery('div#idOfSomething').hide();